*MERGE* Enable automatic query-time indexes for WITHOUT ROWID tables. (tags:...
*MERGE* Enable automatic query-time indexes for WITHOUT ROWID tables. (tags: trunk)
View ArticleMove some of the auto.def functions into autosetup/sqlite-config.tcl for...
Move some of the auto.def functions into autosetup/sqlite-config.tcl for re-use in the pending migration of the autoconf bundle to autosetup. This is just reorg, no functional changes. (tags: trunk)
View ArticleMinor internal refactoring of auto.def to support the pending autoconf subdir...
Minor internal refactoring of auto.def to support the pending autoconf subdir port to autosetup. No functional changes. (tags: trunk)
View ArticleFurther refactoring of auto.def to simplify creation of variant builds like...
Further refactoring of auto.def to simplify creation of variant builds like the autoconf bundle. (tags: trunk)
View ArticleInitial work towards converting the autoconf bundle to autosetup. Currently...
Initial work towards converting the autoconf bundle to autosetup. Currently non-functional. (tags: autoconf-to-autosetup)
View ArticleAdd an SQLITE_TESTCTRL_OPTIMIZATION mask that can disable the query planner...
Add an SQLITE_TESTCTRL_OPTIMIZATION mask that can disable the query planner heuristics that are designed to help with star queries. (tags: trunk)
View ArticleGet the CLI shell building in the autoconf bundle. (tags: autoconf-to-autosetup)
Get the CLI shell building in the autoconf bundle. (tags: autoconf-to-autosetup)
View ArticleGet libsqlite3.so and .a building in the autoconf bundle. (tags:...
Get libsqlite3.so and .a building in the autoconf bundle. (tags: autoconf-to-autosetup)
View Articleconfigure script: remove an overzealous is-a-file check in the tclsh search...
configure script: remove an overzealous is-a-file check in the tclsh search which fails to account for implicit .exe extensions on Windows builds. Reported in [forum:c27403ef974df9f1|forum post...
View Articleconfigure script: remove an overzealous is-a-file check in the tclsh search...
configure script: remove an overzealous is-a-file check in the tclsh search which fails to account for implicit .exe extensions on Windows builds. Reported in [forum:c27403ef974df9f1|forum post...
View ArticleFix an assert() that could fail if a virtual table called sqlite3_step() from...
Fix an assert() that could fail if a virtual table called sqlite3_step() from within the xSync() method while committing a "PRAGMA defer_foreign_keys=1" transaction. (tags: trunk)
View ArticleFix an assert() that could fail if a virtual table called sqlite3_step() from...
Fix an assert() that could fail if a virtual table called sqlite3_step() from within the xSync() method while committing a "PRAGMA defer_foreign_keys=1" transaction. (tags: branch-3.48)
View ArticleRemove an assert() in the unix file locking logic that is not true if...
Remove an assert() in the unix file locking logic that is not true if alternative VFS "unix-excl" is used for a read-only connection. (tags: trunk)
View ArticleAdd 'dist' and missing 'install' pieces to the autoconf bundle. (tags:...
Add 'dist' and missing 'install' pieces to the autoconf bundle. (tags: autoconf-to-autosetup)
View Articleconfigure script: work around msys's inability to 'exec' a '.sh' file by...
configure script: work around msys's inability to 'exec' a '.sh' file by prefixing the call with an explicit 'sh', as reported in [forum:befb352a42a7cd6d|forum post befb352a42a7cd6d]. (tags:...
View Articleconfigure script: work around msys's inability to 'exec' a '.sh' file by...
configure script: work around msys's inability to 'exec' a '.sh' file by prefixing the call with an explicit 'sh', as reported in [forum:befb352a42a7cd6d|forum post befb352a42a7cd6d]. (tags: branch-3.48)
View ArticleUse Tcl_GetString() instead of Tcl_GetCharLength() to test for a zero-length...
Use Tcl_GetString() instead of Tcl_GetCharLength() to test for a zero-length string in the TCL interface, since that is much more efficient. (tags: trunk)
View ArticleDemonstration of how to extend the if() and iif() SQL functions to support...
Demonstration of how to extend the if() and iif() SQL functions to support more than 3 arguments. (tags: if-many-args)
View ArticleHave fts5 better handle OOM errors from sqlite3_blob_close(). (tags: trunk)
Have fts5 better handle OOM errors from sqlite3_blob_close(). (tags: trunk)
View ArticleRemove now-extraneous autoconf/INSTALL and autoconf/configure.ac and update...
Remove now-extraneous autoconf/INSTALL and autoconf/configure.ac and update autoconf/README.* to account for the port to autosetup. (tags: autoconf-to-autosetup)
View Article