A testcase() macro added to help ensure that the fix to the omit-noop-join...
A testcase() macro added to help ensure that the fix to the omit-noop-join optimization from yesterday does not regress. (tags: trunk)
View ArticleFix harmless compiler warnings. (tags: trunk)
Fix harmless compiler warnings. (tags: trunk)
View ArticleIn testrunner.tcl, correctly capture and display information about the system...
In testrunner.tcl, correctly capture and display information about the system under test: hostname, OS, pointer size, byte-order. (tags: trunk)
View ArticleFix a harmless stray carriage-return character. (tags: trunk)
Fix a harmless stray carriage-return character. (tags: trunk)
View ArticleResolve the "No rule to make target '0'" error when building with...
Resolve the "No rule to make target '0'" error when building with --disable-tcl. (tags: trunk)
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*MERGE* Merge the latest trunk enhancement into the wal2 branch. (tags: wal2)
*MERGE* Merge the latest trunk enhancement into the wal2 branch. (tags: wal2)
View Article*MERGE* Update the bedrock branch to include all the latest enhancements from...
*MERGE* Update the bedrock branch to include all the latest enhancements from trunk. (tags: bedrock)
View Article*MERGE* Merge the latest trunk enhancements into the reuse-schema branch....
*MERGE* Merge the latest trunk enhancements into the reuse-schema branch. (tags: reuse-schema)
View ArticleAdd tests for an fts5 NEAR() expression with a single argument phrase. (tags:...
Add tests for an fts5 NEAR() expression with a single argument phrase. (tags: trunk)
View ArticleFix an off-by-one error in the routines that bind the special $test_TTT and...
Fix an off-by-one error in the routines that bind the special $test_TTT and $int_NNN parameters for fuzz testing. Fix to testing logic only - no changes to the SQLite core. (tags: trunk)
View ArticleFix a problem with fts5 locale=1 tables and UPDATE statements that may affect...
Fix a problem with fts5 locale=1 tables and UPDATE statements that may affect more than one row. (tags: trunk)
View ArticleMove the vfstrace extension out of src/ over into ext/misc/ where it belongs....
Move the vfstrace extension out of src/ over into ext/misc/ where it belongs. Make it part of the standard build for the CLI. Bring some of the vfstrace output up-to-date. (tags: vfstrace)
View ArticleFix harmless compiler warnings in FTS5. (tags: trunk)
Fix harmless compiler warnings in FTS5. (tags: trunk)
View ArticleFix harmless compiler warnings in the vfstrace.c extension. (tags: vfstrace)
Fix harmless compiler warnings in the vfstrace.c extension. (tags: vfstrace)
View ArticleFix dependencies in makefiles to include ext/misc/vfstrace.c as necessary....
Fix dependencies in makefiles to include ext/misc/vfstrace.c as necessary. Improved xFileControl() output from vfstrace.c. (tags: vfstrace)
View Article*MERGE* Move the vfstrace extension out of src/ and into ext/misc/. Make it a...
*MERGE* Move the vfstrace extension out of src/ and into ext/misc/. Make it a standard part of the CLI. Improve its output. Also fix some unrelated comment typos. (tags: trunk)
View ArticleGeneralize the sqlite3_dbpage virtual table so that it is able to write new...
Generalize the sqlite3_dbpage virtual table so that it is able to write new pages onto the end of the database file using INSERT. (tags: trunk)
View ArticleFix an OOM-handling problem affecting locale=1 fts5 tables. (tags: trunk)
Fix an OOM-handling problem affecting locale=1 fts5 tables. (tags: trunk)
View ArticleAdd the ability for sqlite_dbpage to truncate the database file by writing a...
Add the ability for sqlite_dbpage to truncate the database file by writing a NULL page. Experimental. (tags: dbpage)
View Article