*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, and especially the enhancement...
*MERGE* Merge the latest trunk enhancements, and especially the enhancement to the WHERE-clause push-down optimization, into the bedrock branch. (tags: bedrock)
View ArticleUpdate tests in returning1.test to account for [c7896e88]. (tags: trunk)
Update tests in returning1.test to account for [c7896e88]. (tags: trunk)
View ArticleThe read-only CHECK-constraint optimization of [34ddf02d3d21151b] inhibits...
The read-only CHECK-constraint optimization of [34ddf02d3d21151b] inhibits the xfer optimization for tables with CHECK constraints. However, the xfer optimization is required for correct operation of...
View ArticleIgnore CHECK constraints when qualifying the xfer optimization while running...
Ignore CHECK constraints when qualifying the xfer optimization while running VACUUM. (tags: branch-3.45)
View ArticleIgnore CHECK constraints when qualifying the xfer optimization while running...
Ignore CHECK constraints when qualifying the xfer optimization while running VACUUM. (tags: branch-3.44)
View ArticleAvoid some performance problems in the recover extension when recovering...
Avoid some performance problems in the recover extension when recovering strategically corrupted databases. (tags: trunk)
View ArticleAvoid some performance problems in the recover extension when recovering...
Avoid some performance problems in the recover extension when recovering strategically corrupted databases. (tags: branch-3.45)
View ArticleFix a "shift exponent is too large" usan error that could occur in the fts3...
Fix a "shift exponent is too large" usan error that could occur in the fts3 snippet() function when a query phrase contains more than 64 tokens. (tags: trunk)
View ArticleFix the pragma4.test script so that it works with SQLITE_OMIT_VIRTUALTABLE....
Fix the pragma4.test script so that it works with SQLITE_OMIT_VIRTUALTABLE. (tags: branch-3.45)
View ArticleFix handling of the SQLITE_OMIT_WAL check in one place. Resolves...
Fix handling of the SQLITE_OMIT_WAL check in one place. Resolves [forum:87cc13302de160eb|forum post 87cc13302de160eb]. (tags: trunk)
View ArticleFix handling of the SQLITE_OMIT_WAL check in one place. Resolves...
Fix handling of the SQLITE_OMIT_WAL check in one place. Resolves [forum:87cc13302de160eb|forum post 87cc13302de160eb]. (tags: branch-3.45)
View ArticleMark the BTree cell overflow cache as invalid whenever the rowid goes...
Mark the BTree cell overflow cache as invalid whenever the rowid goes invalid. (tags: btree-ovfl-cache)
View ArticleTest case for the fix in the previous check-in. (tags: btree-ovfl-cache)
Test case for the fix in the previous check-in. (tags: btree-ovfl-cache)
View ArticleNew assert() statements to verify the correctness of the BTCF_AtLast flag on...
New assert() statements to verify the correctness of the BTCF_AtLast flag on btree cursors. (tags: btree-ovfl-cache)
View ArticleAdd assert() statements to help verify the overflow page cache. (tags:...
Add assert() statements to help verify the overflow page cache. (tags: btree-ovfl-cache)
View Article*MERGE* Fixes and new tests logic to ensure that the btree overflow page...
*MERGE* Fixes and new tests logic to ensure that the btree overflow page cache is only used when it is consistent. This resolves the malfunction observed in [forum:/forumpost/284955a3cd454a15|forum...
View ArticleMark the BTree cell overflow cache as invalid whenever the rowid goes...
Mark the BTree cell overflow cache as invalid whenever the rowid goes invalid. (tags: branch-3.45)
View ArticleIncrease the version number to 3.45.3. (tags: branch-3.45)
Increase the version number to 3.45.3. (tags: branch-3.45)
View ArticleMark the BTree cell overflow cache as invalid whenever the rowid goes...
Mark the BTree cell overflow cache as invalid whenever the rowid goes invalid. (tags: branch-3.44)
View Article