Quantcast
Browsing all 2736 articles
Browse latest View live

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 Article


Fix harmless compiler warnings seen with MSVC. (tags: trunk)

Fix harmless compiler warnings seen with MSVC. (tags: trunk)

View Article


Fix a minor test file locking issue on Windows. (tags: trunk)

Fix a minor test file locking issue on Windows. (tags: trunk)

View Article

wasm: 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 Article

wasm: 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 Article


Extend [d294a23ed6d] to apply to all wasm speedtest1 builds. (tags: trunk)

Extend [d294a23ed6d] to apply to all wasm speedtest1 builds. (tags: trunk)

View Article

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


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


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

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

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

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


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

Checked into the wrong branch. (tags: mistake)

Checked into the wrong branch. (tags: mistake)

View Article


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

Bring test cases into alignment with the latest enhancements. (tags: trunk)

Bring test cases into alignment with the latest enhancements. (tags: trunk)

View Article


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

Mention limited lifetime of string arrays passed to sqlite3_exec() callback....

Mention limited lifetime of string arrays passed to sqlite3_exec() callback. (tags: trunk)

View Article

Mention 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
Browsing all 2736 articles
Browse latest View live