1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Merge trunk into the cygwin-fixes branch.

FossilOrigin-Name: 34eadd374b3c0a8c9e1f5f4a1c60fda8f16b1c56213b8c4047f96390c676b695
This commit is contained in:
stephan
2025-03-19 10:14:46 +00:00
50 changed files with 1195 additions and 393 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) */