Minor tweaks to the testrunner documentation. (tags: trunk)
Minor tweaks to the testrunner documentation. (tags: trunk)
View ArticleImprove one of the error messages from testrunner.tcl. (tags: trunk)
Improve one of the error messages from testrunner.tcl. (tags: trunk)
View ArticleAdd the --explain option to testrunner.tcl. (tags: trunk)
Add the --explain option to testrunner.tcl. (tags: trunk)
View ArticleDocument the testrunner.tcl --explain option in doc/testrunner.md. (tags: trunk)
Document the testrunner.tcl --explain option in doc/testrunner.md. (tags: trunk)
View ArticleIf the NJOB environment variable is a positive integer, it causes...
If the NJOB environment variable is a positive integer, it causes testrunner.tcl to run that many jobs. (tags: trunk)
View ArticleAvoid creating a co-routine incrementally for a VALUES clause that has...
Avoid creating a co-routine incrementally for a VALUES clause that has affinities other than NONE. (tags: exp-values-clause2)
View ArticleEnsure that if a multi-row VALUES cannot be coded while being parsed, the...
Ensure that if a multi-row VALUES cannot be coded while being parsed, the SF_MultiValue flag is correctly set. (tags: exp-values-clause2)
View Article*MERGE* Merge trunk into this branch. (tags: exp-values-clause2)
*MERGE* Merge trunk into this branch. (tags: exp-values-clause2)
View Article*MERGE* Merge the latest trunk enhancements into the reuse-schema branch. Fix...
*MERGE* Merge the latest trunk enhancements into the reuse-schema branch. Fix the reuse-schema build of the CLI so that it works again. (tags: reuse-schema)
View ArticleMinor change to the "mdevtest" and "sdevtest" in testrunner.tcl, to make it...
Minor change to the "mdevtest" and "sdevtest" in testrunner.tcl, to make it easier to add configurations in branches. (tags: trunk)
View Article*MERGE* Merge the testrunner.tcl enhancement from trunk. (tags: reuse-schema)
*MERGE* Merge the testrunner.tcl enhancement from trunk. (tags: reuse-schema)
View ArticleDo not automatically activate SQLITE_ENABLE_SHARED_SCHEMA in the Makefile....
Do not automatically activate SQLITE_ENABLE_SHARED_SCHEMA in the Makefile. Instead, enhance the mdevtest and sdevtest targets of testrunner.tcl to set that option sometimes and sometimes not. (tags:...
View ArticleFix some OOM handling problems on this branch. (tags: exp-values-clause2)
Fix some OOM handling problems on this branch. (tags: exp-values-clause2)
View Article*MERGE* Merge the latest trunk enhancements into the begin-concurrent branch....
*MERGE* Merge the latest trunk enhancements into the begin-concurrent branch. (tags: begin-concurrent)
View Article*MERGE* Merge the latest trunk enhancements into the wal2 branch. (tags: wal2)
*MERGE* Merge the latest trunk enhancements into the wal2 branch. (tags: wal2)
View Article*MERGE* Merge the latest trunk enhancements into the bedrock branch. (tags:...
*MERGE* Merge the latest trunk enhancements into the bedrock branch. (tags: bedrock)
View ArticleRemove unreachable code from this branch. (tags: exp-values-clause2)
Remove unreachable code from this branch. (tags: exp-values-clause2)
View ArticleChange the way parse.y handles multi-row VALUES clauses to save a few cycles....
Change the way parse.y handles multi-row VALUES clauses to save a few cycles. (tags: exp-values-clause2)
View ArticleAdd further tests for VALUES clauses in various contexts. (tags:...
Add further tests for VALUES clauses in various contexts. (tags: exp-values-clause2)
View ArticleJS: remove an unused function argument and some debug-related comments. No...
JS: remove an unused function argument and some debug-related comments. No functional changes. (tags: trunk)
View Article