Enhance the "errors" command in testrunner.tcl so that it accepts the "-s" or...
Enhance the "errors" command in testrunner.tcl so that it accepts the "-s" or "--summary" argument to see a list of failed jobs, and so that an additional argument is a GLOB pattern that restricts the...
View ArticleAdd SQLITE_USE_ONLY_WIN32 to the Default configuration for testing on...
Add SQLITE_USE_ONLY_WIN32 to the Default configuration for testing on Windows. Take it off of Stdcall. (tags: new-win32-test-config)
View ArticleStore the values of any UNINDEXED columns of a contentless fts5 table...
Store the values of any UNINDEXED columns of a contentless fts5 table persistently in the database. Warning: This currently creates a (technically) incompatible file-format for contentless fts5 tables...
View ArticleAdd the "joblist" command to testrunner.tcl (tags: trunk)
Add the "joblist" command to testrunner.tcl (tags: trunk)
View ArticleMake extra efforts to delete the over-size directory names created by the...
Make extra efforts to delete the over-size directory names created by the win32longpath.test module. (tags: trunk)
View ArticlePut a proper shebang at the start of the testrunner.tcl script and make the...
Put a proper shebang at the start of the testrunner.tcl script and make the script executable. (tags: trunk)
View ArticleFix a bug in the parsing of some corner-case JSON PATH strings that contain...
Fix a bug in the parsing of some corner-case JSON PATH strings that contain escaped double-quotes. (tags: trunk)
View ArticleFix a bug in the parsing of some corner-case JSON PATH strings that contain...
Fix a bug in the parsing of some corner-case JSON PATH strings that contain escaped double-quotes. (tags: branch-3.46)
View Article*MERGE* Merge all the latest trunk enhancements into the wal2 branch. (tags:...
*MERGE* Merge all the latest trunk enhancements into the wal2 branch. (tags: wal2)
View Article*MERGE* Update the bedrock branch to include all of the latest trunk...
*MERGE* Update the bedrock branch to include all of the latest trunk enhancements. (tags: bedrock)
View Article*MERGE* Merge all the latest branch-3.46 fixes into the bedrock-3.46 branch....
*MERGE* Merge all the latest branch-3.46 fixes into the bedrock-3.46 branch. (tags: bedrock-3.46)
View ArticleMake the default TCLDIR be C:\Tcl in the Makefile.msc. (tags: trunk)
Make the default TCLDIR be C:\Tcl in the Makefile.msc. (tags: trunk)
View ArticleFaster implementation of the aggregate_test_counts procedure inside of...
Faster implementation of the aggregate_test_counts procedure inside of testrunner.tcl. (tags: trunk)
View ArticleEnhance testrunner.tcl to keep track of the platform and SQLite version as...
Enhance testrunner.tcl to keep track of the platform and SQLite version as reported by individual test cases and to report that information in the summary at the end of each test run. (tags: trunk)
View ArticleTestrunner.tcl enhancements: (1) Attempt to build the SQLite tcl extension if...
Testrunner.tcl enhancements: (1) Attempt to build the SQLite tcl extension if it is not already available. (2) testrunner target "devtest" is added as an alias for "mdevtest". (3) Try to keep summary...
View ArticleUpdate notes on build procedures in the README.md file. (tags: trunk)
Update notes on build procedures in the README.md file. (tags: trunk)
View ArticleEnsure that the WhereInfo.revMask bitmap is adjusted when tables are removed...
Ensure that the WhereInfo.revMask bitmap is adjusted when tables are removed from the FROM clause by the Omit-Noop-Join optimization of [0cd82ee9a8413cf1]. Fix for the issue described by...
View ArticleFix a testrunner status reporting problem introduced by [aa5f10f21dbfb24e]....
Fix a testrunner status reporting problem introduced by [aa5f10f21dbfb24e]. (tags: trunk)
View ArticleEnsure that the WhereInfo.revMask bitmap is adjusted when tables are removed...
Ensure that the WhereInfo.revMask bitmap is adjusted when tables are removed from the FROM clause by the Omit-Noop-Join optimization. (tags: branch-3.46)
View ArticleClarification and simplification to the README.md file and to the...
Clarification and simplification to the README.md file and to the instructions for building on Windows. (tags: trunk)
View Article