Adjustment to EQP output in one test case. (tags: branch-3.45)
Adjustment to EQP output in one test case. (tags: branch-3.45)
View ArticleIf a build fails in testrunner.tcl, do not attempt to run the jobs that...
If a build fails in testrunner.tcl, do not attempt to run the jobs that depend on that build. Instead, report those jobs as having been skipped. (tags: trunk)
View ArticleVersion 3.45.3 (tags: release, branch-3.45, version-3.45.3)
Version 3.45.3 (tags: release, branch-3.45, version-3.45.3)
View Article*MERGE* Merge all 3.45.3 changes into the begin-concurrent-3.45 subbranch....
*MERGE* Merge all 3.45.3 changes into the begin-concurrent-3.45 subbranch. (tags: begin-concurrent-3.45)
View Article*MERGE* Merge all 3.45.3 changes into the wal2-3.45 branch. (tags: wal2-3.45)
*MERGE* Merge all 3.45.3 changes into the wal2-3.45 branch. (tags: wal2-3.45)
View Article*MERGE* Merge from wrong branch. Bedrock should be updated from wal2, not...
*MERGE* Merge from wrong branch. Bedrock should be updated from wal2, not from trunk. (tags: mistake)
View Article*MERGE* Merge the latest trunk enhancements into the begin-concurrent branch....
*MERGE* Merge the latest trunk enhancements into the begin-concurrent branch. (tags: begin-concurrent)
View Article*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 all of the latest trunk enhancements into the bedrock branch....
*MERGE* Merge all of the latest trunk enhancements into the bedrock branch. (tags: bedrock)
View Article*MERGE* Merge version 3.45.3 patches into the reuse-schema-3.45 sub-branch....
*MERGE* Merge version 3.45.3 patches into the reuse-schema-3.45 sub-branch. (tags: reuse-schema-3.45)
View ArticleAdd experimental way to specify an alternative tokenizer when writing to or...
Add experimental way to specify an alternative tokenizer when writing to or querying an fts5 table. (tags: fts5-tokenize-blob)
View ArticleThe first assert() added in [0ebc65481f4a3e79] is not necessarily true in a...
The first assert() added in [0ebc65481f4a3e79] is not necessarily true in a corrupt database file. So add a term to make it true. (tags: trunk)
View ArticleAdd some tests for the fts5 tokenize-blob functionality on this branch....
Add some tests for the fts5 tokenize-blob functionality on this branch. (tags: fts5-tokenize-blob)
View ArticlePrevent tokenize-blobs from being used with non-contentless tables. Fix some...
Prevent tokenize-blobs from being used with non-contentless tables. Fix some other issues with the new code on this branch. (tags: fts5-tokenize-blob)
View ArticleCorrect handling of OUTER JOIN when on or the other operand is a subquery...
Correct handling of OUTER JOIN when on or the other operand is a subquery implemented using the VALUES-as-coroutine optimization. dbsqlfuzz bde3bf80aedf25afa56e2997a0545a314765d3f8. (tags: trunk)
View ArticleFix a problem where an expression like (a, b) IN (SELECT ...) might not use...
Fix a problem where an expression like (a, b) IN (SELECT ...) might not use an index on (a, b) if the affinities and collation sequences of "a" and "b" are not identical. (tags: vector-in-fix)
View ArticleSlight performance improvement for the new code on this branch. (tags:...
Slight performance improvement for the new code on this branch. (tags: vector-in-fix)
View ArticleFix an indentation problem in debugging routine sqlite3ShowSrcList(). No...
Fix an indentation problem in debugging routine sqlite3ShowSrcList(). No changes to production code. (tags: trunk)
View ArticleContinuation of the fix at [8c0f69e0e4ae0a44]: If a viaCoroutine FROM clause...
Continuation of the fix at [8c0f69e0e4ae0a44]: If a viaCoroutine FROM clause term is participating in a RIGHT or FULL JOIN, we have to create an always-NULL pseudo-cursor for that term when processing...
View ArticleFor sqlite3.oo1.DB JavaScript classes, bypass execution of any on-open() SQL...
For sqlite3.oo1.DB JavaScript classes, bypass execution of any on-open() SQL in SEE-capable builds because it would necessarily run before the client has an opportunity to provide their decryption key,...
View Article