Optimize deferred allocation of pages on this branch by avoiding BTALLOC_LE....
Optimize deferred allocation of pages on this branch by avoiding BTALLOC_LE. (tags: begin-concurrent)
View ArticleWrap some exceptionally long lines in main.mk. Add option to override LDFLAGS...
Wrap some exceptionally long lines in main.mk. Add option to override LDFLAGS on the sqlite3.dll target. Audit: all targets for which it is hypothetically relevant can now inherit user-supplied...
View ArticleAdd the ".dbtotxt" command to the CLI. (tags: trunk)
Add the ".dbtotxt" command to the CLI. (tags: trunk)
View ArticleFix the fts5 trigram tokenizer so that it handles non-nul-terminated strings....
Fix the fts5 trigram tokenizer so that it handles non-nul-terminated strings. (tags: trunk)
View ArticleAdjust the behavior of sqlite3_changes64() so that it counts INSERTs into a...
Adjust the behavior of sqlite3_changes64() so that it counts INSERTs into a new table created using "CREATE TABLE name AS SELECT ...". It has never done this before. The documentation is a little...
View ArticleClarify the documentation to make it clear that rows inserted by a CREATE...
Clarify the documentation to make it clear that rows inserted by a CREATE TABLE AS SELECT statement are not counted by sqlite3_count64(). [forum:/forumpost/1e6cde5648|Forum post 1e6cde5648]. (tags: trunk)
View ArticleEnsure that the sqlite3_index_info.idxStr string coming back from FTS5 is...
Ensure that the sqlite3_index_info.idxStr string coming back from FTS5 is always zero-terminated, even if the xBestIndex call fails with an SQLITE_CONSTRAINT error. (tags: trunk)
View ArticleOptimize deferred allocation of pages on this branch by avoiding BTALLOC_LE....
Optimize deferred allocation of pages on this branch by avoiding BTALLOC_LE. (tags: cf8f1552-commit-instr)
View ArticleIncrease maximum length of sqlite3_log() messages to 700 bytes. Mark log...
Increase maximum length of sqlite3_log() messages to 700 bytes. Mark log messages as v=10. (tags: cf8f1552-commit-instr)
View ArticleAdd the SQLITE_FCNTL_NULL_IO file-control. (tags: trunk)
Add the SQLITE_FCNTL_NULL_IO file-control. (tags: trunk)
View ArticleAdd the test/fork-test.c test program. (tags: trunk)
Add the test/fork-test.c test program. (tags: trunk)
View ArticleFix a memory leak in the ".dump" command of the CLI that can occur if an...
Fix a memory leak in the ".dump" command of the CLI that can occur if an error other than database corruption is seen while trying to query the database. (tags: trunk)
View ArticleEnhance the vfstrace.c extension to show symbolic names for the various SHM...
Enhance the vfstrace.c extension to show symbolic names for the various SHM locks. (tags: trunk)
View ArticleEarly prototype code for COMMIT AND BEGIN. Does not currently work. (tags:...
Early prototype code for COMMIT AND BEGIN. Does not currently work. (tags: commit-and-begin)
View Articleconfigure: avoid performing multiple checks for -lm on behalf of...
configure: avoid performing multiple checks for -lm on behalf of --enable-fts4 and --enable-fts5. (tags: trunk)
View ArticleDocument the if block at the end of sqlite-check-tcl. (tags: trunk)
Document the if block at the end of sqlite-check-tcl. (tags: trunk)
View ArticleFix a problem with window functions min() and max() when used with a FILTER...
Fix a problem with window functions min() and max() when used with a FILTER clause. Forum post [forum:/forumpost/e9126d554a | e9126d554a]. (tags: trunk)
View ArticleRemove unused sqlite_cfg.h.in (sqlite_cfg.h gets generated without an input...
Remove unused sqlite_cfg.h.in (sqlite_cfg.h gets generated without an input template). (tags: makefile-simplification)
View ArticleRemove some obsolete macros from the CLI. (tags: trunk)
Remove some obsolete macros from the CLI. (tags: trunk)
View ArticleFix a state makefile dependency which refered to the now-removed...
Fix a state makefile dependency which refered to the now-removed sqlite_cfg.h.in. (tags: makefile-simplification)
View Article