Fix 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: trunk)
View ArticleFix an inaccuracy in automatic indexes that was exposed by the fix at...
Fix an inaccuracy in automatic indexes that was exposed by the fix at [80c4223098c1827f]. (tags: trunk)
View ArticleRemove an ALWAYS() from a condition that can be true. (tags: trunk)
Remove an ALWAYS() from a condition that can be true. (tags: trunk)
View ArticleRevert the previous change. Instead, do a pre-check of the CREATE TABLE...
Revert the previous change. Instead, do a pre-check of the CREATE TABLE statement that is the second argument to sqlite3_declare_vtab() and if the first two keywords are not "CREATE" and "TABLE", then...
View ArticleFix a theoretical OOB memory access in sqlite3_stmt_scanstatus_v2(). (tags:...
Fix a theoretical OOB memory access in sqlite3_stmt_scanstatus_v2(). (tags: trunk)
View ArticleSimplifications to the sqlite3_declare_vtab() implementation. Changes some...
Simplifications to the sqlite3_declare_vtab() implementation. Changes some conditionals into assert() statements, for coverage. (tags: trunk)
View ArticleAdd further tests for sqlite3_declare_vtab(). (tags: trunk)
Add further tests for sqlite3_declare_vtab(). (tags: trunk)
View ArticleThe RAISE() operator is not a constant expression and cannot participate in...
The RAISE() operator is not a constant expression and cannot participate in the VALUE-as-coroutine optimization. dbsqlfuzz 74cf7c9904360322a6c917e4934b127543d1cd51 (tags: trunk)
View Article*MERGE* Merge all recent trunk enhancements into the begin-concurrent branch....
*MERGE* Merge all recent trunk enhancements into the begin-concurrent branch. (tags: begin-concurrent)
View Article*MERGE* Merge all recent trunk enhancements into the wal2 branch. (tags: wal2)
*MERGE* Merge all recent trunk enhancements into the wal2 branch. (tags: wal2)
View Article*MERGE* Merge all recent trunk enhancements into the bedrock branch. (tags:...
*MERGE* Merge all recent trunk enhancements into the bedrock branch. (tags: bedrock)
View Article*MERGE* Merge all recent trunk enhancements into the reuse-schema branch....
*MERGE* Merge all recent trunk enhancements into the reuse-schema branch. (tags: reuse-schema)
View ArticleAvoid expanding integer values in columns with real affinity to the full...
Avoid expanding integer values in columns with real affinity to the full 8-byte representation when editing records as part of a DROP COLUMN command. (tags: trunk)
View ArticleAdd extra tests to vtabL.test. (tags: trunk)
Add extra tests to vtabL.test. (tags: trunk)
View ArticleDocument that the order of an update hook call is unspecied vis-a-vis the...
Document that the order of an update hook call is unspecied vis-a-vis the final result of the operation which triggers that hook. Doc changes only. (tags: trunk)
View ArticleImprove the log message emitted when a BEGIN CONCURRENT transaction cannot be...
Improve the log message emitted when a BEGIN CONCURRENT transaction cannot be committed due to conflicts so that it identifies the conflicting table in a few more cases. (tags: begin-concurrent)
View ArticleFix a problem in SQLITE_DIRECT_OVERFLOW_READ builds that could allow a...
Fix a problem in SQLITE_DIRECT_OVERFLOW_READ builds that could allow a concurrent transaction to be committed even if it read from an overflow page that was modified concurrently, in cases where the...
View ArticleImprove the log message emitted when a BEGIN CONCURRENT transaction cannot be...
Improve the log message emitted when a BEGIN CONCURRENT transaction cannot be committed due to conflicts so that it identifies the conflicting table in a few more cases. (tags: bedrock)
View ArticleFix a problem in SQLITE_DIRECT_OVERFLOW_READ builds that could allow a...
Fix a problem in SQLITE_DIRECT_OVERFLOW_READ builds that could allow a concurrent transaction to be committed even if it read from an overflow page that was modified concurrently, in cases where the...
View Article