1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Merge the latest trunk enhancements into the reuse-schema branch.

FossilOrigin-Name: 271e0373a812d8da153a0e74adec2605d4d8b71e4f8f0ffee8707db501861487
This commit is contained in:
drh
2025-03-15 20:35:24 +00:00
55 changed files with 700 additions and 367 deletions

View File

@ -61,6 +61,7 @@ static int subst_puts(
}
sqlite3_fputs(zOut, pOut);
if( addNewLine ) sqlite3_fputs("\n", pOut);
fflush(pOut);
return TCL_OK;
}
#endif /* defined(_WIN32) */