Version 3.45.1 (tags: release, branch-3.45, version-3.45.1)
Version 3.45.1 (tags: release, branch-3.45, version-3.45.1)
View Article*MERGE* Merge the 3.45.1 patch release into the begin-concurrent branch....
*MERGE* Merge the 3.45.1 patch release into the begin-concurrent branch. (tags: begin-concurrent-3.45.1)
View Article*MERGE* Merge the changes from the 3.45.1 patch release into the wal2 branch....
*MERGE* Merge the changes from the 3.45.1 patch release into the wal2 branch. (tags: wal2-3.45)
View Article*MERGE* Merge the 3.45.1 patch release changes into the bedrock branch....
*MERGE* Merge the 3.45.1 patch release changes into the bedrock branch. (tags: bedrock-3.45)
View Article*MERGE* Merge the 3.45.1 patches into the reuse-schema branch. (tags:...
*MERGE* Merge the 3.45.1 patches into the reuse-schema branch. (tags: reuse-schema-3.45)
View ArticleFix a memory allocation bug in the (debug-use-only) json_parse() SQL...
Fix a memory allocation bug in the (debug-use-only) json_parse() SQL function. (tags: trunk)
View ArticleAllow control characters in JSON5 string literals. (tags: json5-ctrl-char)
Allow control characters in JSON5 string literals. (tags: json5-ctrl-char)
View ArticleFix failure to detect unterminated string literals in json_valid() in the...
Fix failure to detect unterminated string literals in json_valid() in the previous check-in. (tags: json5-ctrl-char)
View ArticleAdd NEVER() and ALWAYS() macros for the JSON5-control-character change. Also...
Add NEVER() and ALWAYS() macros for the JSON5-control-character change. Also fix an incorrect comparison used to determine if a buffer needed to be resized. (tags: json5-ctrl-char)
View Article*MERGE* Allow control characters in JSON5 string literals....
*MERGE* Allow control characters in JSON5 string literals. [forum:/forumpost/05182119f69c3a92|Forum thread 05182119f69c3a92]. (tags: trunk)
View ArticleReplace an conditional assignment that was made obsolete by...
Replace an conditional assignment that was made obsolete by [d4c193f0b49f4950] with an assert(). The conditional was added by [d6fd512f50513ab7] as a fix for tickets [c36cdb4afd504dc1],...
View ArticleAdd the test_oom_breakpoint() routine on debug builds, to serve as a...
Add the test_oom_breakpoint() routine on debug builds, to serve as a convenient breakpoint to intercept OOM conditions. (tags: trunk)
View ArticleAdd tracing logic to the shared-cache locks in btree.c. The tracing is off by...
Add tracing logic to the shared-cache locks in btree.c. The tracing is off by default. Enable by changing a single "#if 0" into "#if 1" and recompiling. Debugging code only - no changes to release...
View ArticleIn PRAGMA integrity_check, defer running xIntegrity on virtual tables until...
In PRAGMA integrity_check, defer running xIntegrity on virtual tables until after all ordinary tables have been checked. (tags: trunk)
View ArticleEnsure the fts3 xIntegrity method correctly returns error codes unrelated to...
Ensure the fts3 xIntegrity method correctly returns error codes unrelated to corruption or missing SQL elements. (tags: trunk)
View ArticleEnsure the fts5 xIntegrity method correctly returns error codes unrelated to...
Ensure the fts5 xIntegrity method correctly returns error codes unrelated to corruption or missing SQL elements. (tags: trunk)
View ArticleFix typo in vdbe.c comment. No changes to code. (tags: trunk)
Fix typo in vdbe.c comment. No changes to code. (tags: trunk)
View ArticleHave "PRAGMA quick_check" compare the number of entries in tables and...
Have "PRAGMA quick_check" compare the number of entries in tables and indexes. (tags: quick-check-counts)
View ArticleMore extensive use of SQLITE_CORRUPT_PGNO. (tags: trunk)
More extensive use of SQLITE_CORRUPT_PGNO. (tags: trunk)
View ArticleFollowing 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. dbsqlfuzz de7d17b72d0e842352c998dd86a47b7d0f707be9. (tags: trunk)
View Article