os_win.c patches for Cygwin (described in the cygwin-fixes branch wiki page)....
os_win.c patches for Cygwin (described in the cygwin-fixes branch wiki page). Makefile.msc's test target on trunk fails the same 13 tests as this branch. (tags: cygwin-fixes)
View ArticleTest app/script patches from Jan Nijtmans for cygwin. Add/replace many more...
Test app/script patches from Jan Nijtmans for cygwin. Add/replace many more sentinel arguments for TCL variadic functions which specifically need a NULL trailing argument. With this, 'make test' on...
View ArticleAdd tf.bat target to Makefile.msc to facilitate running of individual test...
Add tf.bat target to Makefile.msc to facilitate running of individual test scripts via testfixture.exe. (tags: cygwin-fixes)
View ArticleDisable the [d1ba200234f40b84|count-of-view optimization] if any subquery is...
Disable the [d1ba200234f40b84|count-of-view optimization] if any subquery is DISTINCT, as the optimization does not work in that case. Bug reported by [forum:/forumpost/a860f5fb2e|forum post...
View ArticleFix the build by rerunning test/mkpragmatab.tcl. (tags: branch-3.49)
Fix the build by rerunning test/mkpragmatab.tcl. (tags: branch-3.49)
View ArticleDisable the [d1ba200234f40b84|count-of-view optimization] if any subquery is...
Disable the [d1ba200234f40b84|count-of-view optimization] if any subquery is DISTINCT, as the optimization does not work in that case. (tags: branch-3.49)
View ArticleTweak [6f24da264cf8d] so that it has no side-effects on...
Tweak [6f24da264cf8d] so that it has no side-effects on autoconf/Makefile.msc. (tags: cygwin-fixes)
View ArticleReimplement pathname conversion on Cygwin. MSC test passes/failures are on...
Reimplement pathname conversion on Cygwin. MSC test passes/failures are on par with trunk and 'make test' running on cygwin is down to a single failure. (tags: cygwin-fixes)
View ArticleEnsure that the 'clean' target for Makefile.msc cleans up the testdir dir,...
Ensure that the 'clean' target for Makefile.msc cleans up the testdir dir, analog to how the canonical makefile works, as stale files there have been leading to test failures. (tags: cygwin-fixes)
View ArticlePatch an unnecessary size_t-to-int conversion which warns on some compilers....
Patch an unnecessary size_t-to-int conversion which warns on some compilers. (tags: cygwin-fixes)
View ArticleAdd an explicit db close to test/walsetlk.test to work around an unjustified...
Add an explicit db close to test/walsetlk.test to work around an unjustified test failure on Windows when the walsetlk tests are run in the same invocation of testfixture.exe in Windows. (tags: trunk)
View Article*MERGE* Merge trunk into the cygwin-fixes branch. (tags: cygwin-fixes)
*MERGE* Merge trunk into the cygwin-fixes branch. (tags: cygwin-fixes)
View ArticleEnsure that the TEMP database has been initialized at the beginning of a call...
Ensure that the TEMP database has been initialized at the beginning of a call to sqlite3_open_blob() for the TEMP database. Fix for the issue reported by [forum:/forumpost/0a556d619b|forum post...
View ArticleTeach testrunner.tcl to distinguish Cygwin from Windows. This gets it running...
Teach testrunner.tcl to distinguish Cygwin from Windows. This gets it running but then all downstream tests fail, at least in part because of the build target name discrepancies between the platform...
View ArticleThe substitute "puts" command used by the Windows implementation of...
The substitute "puts" command used by the Windows implementation of sqlite3_analyzer must invoke fflush() after each line of output. Otherwise the output can be truncated when redirected into a file....
View ArticleAvoid running test cases involving ANSI control characters or Unicode on...
Avoid running test cases involving ANSI control characters or Unicode on Windows in a slave interpreter, as that combination does not work. (tags: windows-ansi)
View ArticleDocument that sqlite_update_hook() can unset the current hook by passing a...
Document that sqlite_update_hook() can unset the current hook by passing a NULL callback, to address [forum:652aef4747|forum post 652aef4747]. (tags: cygwin-fixes)
View ArticleThe --echo flag on the CLI also echos dot-commands provided on the...
The --echo flag on the CLI also echos dot-commands provided on the command-line. (tags: trunk)
View Article