Quantcast
Channel: SQLite
Browsing all 2701 articles
Browse latest View live
↧

*MERGE* Enable automatic query-time indexes for WITHOUT ROWID tables. (tags:...

*MERGE* Enable automatic query-time indexes for WITHOUT ROWID tables. (tags: trunk)

View Article


Move 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 Article


Minor 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 Article

Further 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 Article

Initial 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 Article


Add 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 Article

Get 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 Article

Get 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 Article


configure 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 Article


configure 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 Article

Fix 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 Article

Fix 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 Article

Remove 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 Article


Add '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 Article

configure 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 Article


configure 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 Article

Use 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 Article


Demonstration 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 Article

Have fts5 better handle OOM errors from sqlite3_blob_close(). (tags: trunk)

Have fts5 better handle OOM errors from sqlite3_blob_close(). (tags: trunk)

View Article

Remove 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
Browsing all 2701 articles
Browse latest View live