Add the AGGREGATE clause to the pipeline. (tags: sql-pipes)
Add the AGGREGATE clause to the pipeline. (tags: sql-pipes)
View ArticleRemove redundant #ifdef accidentally inserted into mkkeywordhash.c (tags:...
Remove redundant #ifdef accidentally inserted into mkkeywordhash.c (tags: sql-pipes)
View ArticleBind the new debug parameters in fuzzinvariants.c. (tags: branch-3.46)
Bind the new debug parameters in fuzzinvariants.c. (tags: branch-3.46)
View ArticleRandomize the name of the attached database used to do VACUUM. (tags: trunk)
Randomize the name of the attached database used to do VACUUM. (tags: trunk)
View ArticleChanges to documentation comments in fts5.h. (tags: trunk)
Changes to documentation comments in fts5.h. (tags: trunk)
View ArticleEarly termination of updateAccumulators() after error detection. (tags:...
Early termination of updateAccumulators() after error detection. (tags: branch-3.46)
View ArticleEarlier error detection while processing complex aggregate queries. dbsqlfuzz...
Earlier error detection while processing complex aggregate queries. dbsqlfuzz 5242c2f07f4aa031aa3c80461f18e9b7619ede9b (The previous check-in on this branch really should have been this cherrypick.)...
View Article*MERGE* Merge all the latests trunk enhancements into the win-dupe-crt-fio...
*MERGE* Merge all the latests trunk enhancements into the win-dupe-crt-fio branch. (tags: win-dupe-crt-fio)
View ArticleOnly avoid all C-runtime I/O if the SQLITE_USE_ONLY_WIN32 flag is defined....
Only avoid all C-runtime I/O if the SQLITE_USE_ONLY_WIN32 flag is defined. (tags: win-dupe-crt-fio)
View Article*MERGE* Merge the SQLITE_USE_ONLY_WIN32 flag for consio into trunk. (tags:...
*MERGE* Merge the SQLITE_USE_ONLY_WIN32 flag for consio into trunk. (tags: trunk)
View ArticleUpdates to testrunner: (1) Omit all testing of User-Auth. (2) Automatically...
Updates to testrunner: (1) Omit all testing of User-Auth. (2) Automatically add the "*" wildcard before and after all pattern arguments. (3) Build the sqlite3 CLI for release tests. (tags: trunk)
View ArticleAdd test code to drop an fts5 table with corrupt records in its shadow...
Add test code to drop an fts5 table with corrupt records in its shadow tables. (tags: trunk)
View ArticleImprovements to testrunner.tcl: Show elapse time in MM:SS or HH:MM:SS. Keep...
Improvements to testrunner.tcl: Show elapse time in MM:SS or HH:MM:SS. Keep track of the total number of tests and the total number of errors and report those values on a summary line at the end....
View ArticleModify the implementation of "wrapper" tokenizers to make them more robust in...
Modify the implementation of "wrapper" tokenizers to make them more robust in the case where the database connection is closed before the tokenizers are deleted. (tags: trunk)
View ArticleFurther improvement to the status display in testrunner.tcl. Show the number...
Further improvement to the status display in testrunner.tcl. Show the number of errors and the number of test cases on the status summary. (tags: trunk)
View ArticleIn testrunner, when doing the --status updates to the screen, be sure to...
In testrunner, when doing the --status updates to the screen, be sure to overwrite dead text at the end of each line with spaces. (tags: testrunner-fix)
View ArticleFix typo in the previous check-in. Ensure that --status header lines do not...
Fix typo in the previous check-in. Ensure that --status header lines do not overflow and wrap. (tags: testrunner-fix)
View Article*MERGE* Further minor improvements and tweaks to the testrunner --status...
*MERGE* Further minor improvements and tweaks to the testrunner --status display. (tags: trunk)
View ArticleAvoid reading the structure record from within the fts5 xConnect method....
Avoid reading the structure record from within the fts5 xConnect method. (tags: trunk)
View Article