Improvements to --status overwrite in testrunner. (tags: trunk)
Improvements to --status overwrite in testrunner. (tags: trunk)
View ArticleChanges to the way "release" tests were constructed in [d03d35eebaf82709]...
Changes to the way "release" tests were constructed in [d03d35eebaf82709] were incorrect. Fixed here. Also enhance --explain to chose permutation configurations and so that PATTERNS on the the command...
View ArticleReenable SQLITE_OMIT_VIRTUALTABLE on the Device-One alignment for testrunner....
Reenable SQLITE_OMIT_VIRTUALTABLE on the Device-One alignment for testrunner. (tags: trunk)
View ArticleDisable shell test cases that require virtual tables when testfixture is...
Disable shell test cases that require virtual tables when testfixture is built using SQLITE_OMIT_VIRTUALTABLE. (tags: trunk)
View ArticleIn the testrunner status display, limit the number of reported failed jobs to...
In the testrunner status display, limit the number of reported failed jobs to avoid overflowing the terminal when there are many failures. (tags: trunk)
View ArticleOnly limit the number of failures reported by testrunner status if using...
Only limit the number of failures reported by testrunner status if using VT100 cursor movement. For a straight-up "status" command, show everything. (tags: trunk)
View ArticleFurther improvements to the status display in order to maximum the amount of...
Further improvements to the status display in order to maximum the amount of information shown on the limited screen realestate available when running via "watch" or in continuous monitoring mode. All...
View ArticleUpdate the "make test" target so that it is really just "mdevtest" with...
Update the "make test" target so that it is really just "mdevtest" with "srctree-check" and "sourcetest". (tags: trunk)
View ArticleMinor wording change on testrunner output. (tags: trunk)
Minor wording change on testrunner output. (tags: trunk)
View ArticleMaybe [7420b13238da4e6b] was not such a good idea. Restore "make test" so...
Maybe [7420b13238da4e6b] was not such a good idea. Restore "make test" so that it works as before - running a single-threaded test over the source tree with options specified by ./configure and...
View ArticleUpdate the README.md file to recommend running "devtest" instead of...
Update the README.md file to recommend running "devtest" instead of "mdevtest". (tags: trunk)
View ArticleFix a dropped error code in fts5. (tags: trunk)
Fix a dropped error code in fts5. (tags: trunk)
View ArticleDo not allow sqlite3_blob_open() to work on a any table that contains...
Do not allow sqlite3_blob_open() to work on a any table that contains generated columns, even columns of the table which are not generated themselves, because such columns might be part of the...
View ArticleFix a case where the BTCF_AtLast flag was being left set incorrectly. This...
Fix a case where the BTCF_AtLast flag was being left set incorrectly. This was causing obscure window function queries to fail. (tags: trunk)
View ArticleFix a case where the BTCF_AtLast flag was being left set incorrectly. This...
Fix a case where the BTCF_AtLast flag was being left set incorrectly. This was causing obscure window function queries to fail. (tags: branch-3.46)
View Article*MERGE* Merge all the latest trunk enhancements into the reuse-schema branch....
*MERGE* Merge all the latest trunk enhancements into the reuse-schema branch. (tags: reuse-schema)
View ArticleAll makefiles are responsive to OPTIONS=... command-line arguments, and add...
All makefiles are responsive to OPTIONS=... command-line arguments, and add the RHS value of OPTIONS= to builds and to lemon and other build steps that might respond to -D or -U options. (tags: trunk)
View ArticleFix tests cases for SQLITE_ENABLE_SHARED_CACHE so that they work on Windows....
Fix tests cases for SQLITE_ENABLE_SHARED_CACHE so that they work on Windows. (tags: reuse-schema)
View Article*MERGE* Fix a problem in winOpen(). Merge the makefile enhancements from...
*MERGE* Fix a problem in winOpen(). Merge the makefile enhancements from trunk. (tags: reuse-schema)
View Article*MERGE* Merge all the latest trunk enhancements into the begin-concurrent...
*MERGE* Merge all the latest trunk enhancements into the begin-concurrent branch. (tags: begin-concurrent)
View Article