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

Improvements to EXPLAIN QUERY PLAN output for multi-row VALUES claues. (tags:...

Improvements to EXPLAIN QUERY PLAN output for multi-row VALUES claues. (tags: exp-values-clause2)

View Article


Fix the patch at [10ee6fcba08ab128] so that it works on reduced-size Expr...

Fix the patch at [10ee6fcba08ab128] so that it works on reduced-size Expr nodes. (tags: exp-values-clause2)

View Article


Add assert() statements to validate access to the SrcItem.u1.nRow union...

Add assert() statements to validate access to the SrcItem.u1.nRow union member. (tags: exp-values-clause2)

View Article

Allow the VALUES-as-coroutine optimization to be applied to later rows of a...

Allow the VALUES-as-coroutine optimization to be applied to later rows of a VALUES clause even if earlier rows do not qualify. (tags: exp-values-clause2)

View Article

Fix harmless compiler (scan-build) warnings. (tags: exp-values-clause2)

Fix harmless compiler (scan-build) warnings. (tags: exp-values-clause2)

View Article


*MERGE* Add the "VALUES-as-coroutine" optimization. Large VALUES clauses on...

*MERGE* Add the "VALUES-as-coroutine" optimization. Large VALUES clauses on an INSERT, for example, prepare and run in about half the time and with half the memory. This check-in also includes...

View Article

Remove unnecessary blank lines from build commands in the default...

Remove unnecessary blank lines from build commands in the default Makefile.in. (tags: trunk)

View Article

*MERGE* Merge the latest trunk enhancements into the begin-concurrent branch....

*MERGE* Merge the latest trunk enhancements into the begin-concurrent branch. (tags: begin-concurrent)

View Article


*MERGE* Merge the latest trunk enhancements into the wal2 branch. (tags: wal2)

*MERGE* Merge the latest trunk enhancements into the wal2 branch. (tags: wal2)

View Article


*MERGE* Merge the latest trunk enhancements into the bedrock branch. (tags:...

*MERGE* Merge the latest trunk enhancements into the bedrock branch. (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 Article

Avoid spurious SQLITE_IOERR_DATA errors when reading partial pages from a...

Avoid spurious SQLITE_IOERR_DATA errors when reading partial pages from a cksumvfs database using a SQLITE_DIRECT_OVERFLOW_READ build. (tags: trunk)

View Article

Fix asan problems in sqlite3rbu.c. Enable RBU for sanitizer release tests....

Fix asan problems in sqlite3rbu.c. Enable RBU for sanitizer release tests. (tags: trunk)

View Article


First steps toward getting -DSQLITE_ALLOW_ROWID_IN_VIEW to work again. That...

First steps toward getting -DSQLITE_ALLOW_ROWID_IN_VIEW to work again. That compile-time option is untested, undocumented, and unsupported. But it was mentioned in the release notes for version 3.36.0,...

View Article

Fix another problem from [c63e26e705f5e967] involving infinities and the...

Fix another problem from [c63e26e705f5e967] involving infinities and the Kahan-Babushka-Neumaier summation algorithm. Problem reported by [forum:/forumpost/23b8688ef4|forum post 23b8688ef4]. (tags: trunk)

View Article


Adjustments to the test cases for the previous check-in to make them...

Adjustments to the test cases for the previous check-in to make them cross-platform Linux/Mac/Windows. Test changes only. No change to core code. (tags: trunk)

View Article

Fix a problem involving infinities int the Kahan-Babushka-Neumaier summation...

Fix a problem involving infinities int the Kahan-Babushka-Neumaier summation algorithm. (tags: branch-3.44)

View Article


Fix a problem involving infinities int the Kahan-Babushka-Neumaier summation...

Fix a problem involving infinities int the Kahan-Babushka-Neumaier summation algorithm. (tags: branch-3.45)

View Article

When compiled with SQLITE_ALLOW_ROWID_IN_VIEW, rowid-in-view is on by default...

When compiled with SQLITE_ALLOW_ROWID_IN_VIEW, rowid-in-view is on by default but can now be turned off using SQLITE_TESTCTRL_ROWID_IN_VIEW. Without the compile-time option, rowid-in-view is always...

View Article

On second thought, change SQLITE_TESTCTRL_ROWID_IN_VIEW into a start-time...

On second thought, change SQLITE_TESTCTRL_ROWID_IN_VIEW into a start-time option SQLITE_CONFIG_NO_ROWID_IN_VIEW. (tags: rowid-in-view)

View Article
Browsing all 2701 articles
Browse latest View live