Following a ROLLBACK that reverts changes to an RTREE, any pending queries...
Following a ROLLBACK that reverts changes to an RTREE, any pending queries against that same RTREE abort with code SQLITE_ABORT_ROLLBACK. (tags: branch-3.45)
View ArticleFix harmless compiler warnings seen with MSVC. (tags: trunk)
Fix harmless compiler warnings seen with MSVC. (tags: trunk)
View ArticleFix a minor test file locking issue on Windows. (tags: trunk)
Fix a minor test file locking issue on Windows. (tags: trunk)
View Articlewasm: squelch a new (and, in our case, invalid) warning from emcc 3.1.52....
wasm: squelch a new (and, in our case, invalid) warning from emcc 3.1.52. (tags: trunk)
View Articlewasm: pass the promiser function to the promiser onready() callback to...
wasm: pass the promiser function to the promiser onready() callback to simplify access to it in certain usage patterns. (tags: trunk)
View ArticleExtend [d294a23ed6d] to apply to all wasm speedtest1 builds. (tags: trunk)
Extend [d294a23ed6d] to apply to all wasm speedtest1 builds. (tags: trunk)
View ArticleReturn SQLITE_ABORT if the underlying shadow tables change in the middle of...
Return SQLITE_ABORT if the underlying shadow tables change in the middle of an rtree query in such a way as to invalidate an rtree internal priority queue entry. (tags: rtree-fix)
View Article*MERGE* Return SQLITE_ABORT if the underlying shadow tables change in the...
*MERGE* Return SQLITE_ABORT if the underlying shadow tables change in the middle of an rtree query in such a way as to invalidate an rtree internal priority queue entry. This replaces the...
View ArticleMake explicit that using the importDb() methods of the OPFS VFSes has...
Make explicit that using the importDb() methods of the OPFS VFSes has undefined results if the being-imported db is currently open. Doc changes only. (tags: trunk)
View ArticleCorrect docs about the first OFPS VFS's importDb() method being synchronous...
Correct docs about the first OFPS VFS's importDb() method being synchronous (it's not, whereas the second VFS's importDb() is). (tags: trunk)
View ArticleReturn SQLITE_ABORT if the underlying shadow tables change in the middle of...
Return SQLITE_ABORT if the underlying shadow tables change in the middle of an rtree query in such a way as to invalidate an rtree internal priority queue entry. This replaces the SQLITE_ABORT_ROLLBACK...
View ArticleSlight change to OOM handling in JSON to catch a corner case found by...
Slight change to OOM handling in JSON to catch a corner case found by dbsqlfuzz. (tags: trunk)
View ArticleDetect and respond to an OOM on the jsonStringTerminate() call of...
Detect and respond to an OOM on the jsonStringTerminate() call of jsonReturnStringAsBlob() routine. (tags: trunk)
View ArticleDetect and respond to an OOM on the jsonStringTerminate() call of...
Detect and respond to an OOM on the jsonStringTerminate() call of jsonReturnStringAsBlob() routine. (tags: branch-3.45)
View ArticleChecked into the wrong branch. (tags: mistake)
Checked into the wrong branch. (tags: mistake)
View ArticleTurns out the branch is reachable, so back out the NEVER(). (tags: trunk)
Turns out the branch is reachable, so back out the NEVER(). (tags: trunk)
View ArticleBring test cases into alignment with the latest enhancements. (tags: trunk)
Bring test cases into alignment with the latest enhancements. (tags: trunk)
View ArticleFix an #endif (added in the wrong place by [8f4b1ceafe4a271b]) so that the...
Fix an #endif (added in the wrong place by [8f4b1ceafe4a271b]) so that the build works with SQLITE_OMIT_VIRTUAL_TABLE. (tags: trunk)
View ArticleMention limited lifetime of string arrays passed to sqlite3_exec() callback....
Mention limited lifetime of string arrays passed to sqlite3_exec() callback. (tags: trunk)
View ArticleMention limited lifetime of string arrays passed to sqlite3_exec() callback....
Mention limited lifetime of string arrays passed to sqlite3_exec() callback. (tags: branch-3.45)
View Article