Allow expressions with subtypes to be read from indexes unless they are being...
Allow expressions with subtypes to be read from indexes unless they are being used as direct or indirect parameters to SQLITE_SUBTYPE functions. (tags: indexed-subtype-expr)
View ArticleBack out [2f7eab381e16] because the stderr output on systems without gmake...
Back out [2f7eab381e16] because the stderr output on systems without gmake causes grief in the testing tools. (tags: trunk)
View Article*MERGE* Merge the Makefile fix from trunk. (tags: lateral-join)
*MERGE* Merge the Makefile fix from trunk. (tags: lateral-join)
View ArticleFix minor problem with error recovery after OOM in the parser. (tags:...
Fix minor problem with error recovery after OOM in the parser. (tags: lateral-join)
View ArticleNew SQL function for testing/debugging use only: parseuri(). (tags: parseuri)
New SQL function for testing/debugging use only: parseuri(). (tags: parseuri)
View ArticleOrigin should not send content for the lock-byte page to the replica, in...
Origin should not send content for the lock-byte page to the replica, in sqlite3-rsync. [forum:/forumpost/d14b55e5fa19c25f|Forum post d14b55e5fa19c25f]. (tags: parseuri)
View ArticleFix an assert() failure in "PRAGMA integrity_check" that could occur when...
Fix an assert() failure in "PRAGMA integrity_check" that could occur when checking a corrupt database. (tags: trunk)
View ArticleCheck-in to the wrong branch. (tags: mistake)
Check-in to the wrong branch. (tags: mistake)
View ArticleFix handling of U+fffd in the LIKE optimization. dbsqlfuzz...
Fix handling of U+fffd in the LIKE optimization. dbsqlfuzz eee57fb9eea1dfa5aa40dfa87865cf8c84d12f96. (tags: trunk)
View ArticleFix handling of U+fffd in the LIKE optimization. (tags: branch-3.46)
Fix handling of U+fffd in the LIKE optimization. (tags: branch-3.46)
View Article*MERGE* Add the undocumented test/debug function parseuri(), useful for...
*MERGE* Add the undocumented test/debug function parseuri(), useful for fuzzing. Only appears when compiling with SQLITE_DEBUG. (tags: trunk)
View ArticleAdd logging to help analyze commit performance. (tags: cf8f1552-commit-instr)
Add logging to help analyze commit performance. (tags: cf8f1552-commit-instr)
View Article*MERGE* Merge the latest trunk enhancements into the indexed-subtype-expr...
*MERGE* Merge the latest trunk enhancements into the indexed-subtype-expr branch. (tags: indexed-subtype-expr)
View ArticleThe (undocumented) subtype() SQL function should have the SQLITE_SUBTYPE...
The (undocumented) subtype() SQL function should have the SQLITE_SUBTYPE flag. (tags: indexed-subtype-expr)
View ArticleAdd a NEVER() to an unreachable branch in the new indexed-subtype logic. Mark...
Add a NEVER() to an unreachable branch in the new indexed-subtype logic. Mark the pi() function as deterministic. (tags: indexed-subtype-expr)
View ArticleAdd an ALWAYS() on a branch in the new indexed-subtype logic. (tags:...
Add an ALWAYS() on a branch in the new indexed-subtype logic. (tags: indexed-subtype-expr)
View Article*MERGE* Allow expressions with subtypes to be read from indexes unless they...
*MERGE* Allow expressions with subtypes to be read from indexes unless they are being used as direct or indirect parameters to SQLITE_SUBTYPE functions. (tags: trunk)
View ArticleFix the .crnl command in the shell so that it does not get undone by calls to...
Fix the .crnl command in the shell so that it does not get undone by calls to print a quoted string or CSV output. (tags: trunk)
View ArticleAdd logging to help analyze slow "PRAGMA cache_size = ?" statements. (tags:...
Add logging to help analyze slow "PRAGMA cache_size = ?" statements. (tags: cf8f1552-commit-instr)
View ArticleAdditional improvements to the behavior of ".crnl" in the CLI. The default...
Additional improvements to the behavior of ".crnl" in the CLI. The default output mode is O_BINARY so that results are identical on Windows and non-Windows systems. On Windows you can optionally do...
View Article