When doing a text-affinity comparison between two values where one or both...
When doing a text-affinity comparison between two values where one or both have both a text and a numeric type, make sure the numeric type does not confuse the answer. This is a deeper fix to the...
View ArticleAllow "_" characters to appear following any digit in an integer or real SQL...
Allow "_" characters to appear following any digit in an integer or real SQL literal. (tags: digit-separators)
View ArticleRig sqlite3_serialize() so that it will initialize a previously uninitialized...
Rig sqlite3_serialize() so that it will initialize a previously uninitialized database prior to serializing it, so that it does not have a zero-byte size and does not return NULL (except for OOM)....
View ArticleMake sure that %V and %G are testing for every since day in between...
Make sure that %V and %G are testing for every since day in between 1970-01-01 and 2023-01-19. (tags: trunk)
View ArticleAdd test cases for the new code on this branch. (tags: digit-separators)
Add test cases for the new code on this branch. (tags: digit-separators)
View ArticleFix a memory leak in new memdb1.test test cases that were added by...
Fix a memory leak in new memdb1.test test cases that were added by [e638d5e408ea2e18]. No changes to SQLite itself. (tags: trunk)
View ArticleSimplifications to the strftime() logic. (tags: trunk)
Simplifications to the strftime() logic. (tags: trunk)
View ArticleEnsure that values generated by DEFAULT clauses that specify real numbers...
Ensure that values generated by DEFAULT clauses that specify real numbers that can be expressed as 64-bit integers (e.g. -1234.0) are not silently converted to integers. (tags: trunk)
View Article*MERGE* Merge trunk changes into this branch. (tags: digit-separators)
*MERGE* Merge trunk changes into this branch. (tags: digit-separators)
View ArticleFix a harmless typo in a comment. (tags: trunk)
Fix a harmless typo in a comment. (tags: trunk)
View ArticleMake CLI .dump immune to pragma reverse_unordered_selects, as reported in...
Make CLI .dump immune to pragma reverse_unordered_selects, as reported in [forum:/forumpost/c42be01880e961eb|Forum thread c42be01880e961eb]. (tags: trunk)
View ArticleFix test script literal.test so that it works with SQLITE_OMIT_ALTER_TABLE...
Fix test script literal.test so that it works with SQLITE_OMIT_ALTER_TABLE builds. (tags: digit-separators)
View ArticleAdd a notice to the user-authentication documentation to say that the...
Add a notice to the user-authentication documentation to say that the extension is deprecated and may disappear in the future. (tags: trunk)
View ArticleFix userauth so that it works together with SQLITE_OMIT_SHARED_CACHE....
Fix userauth so that it works together with SQLITE_OMIT_SHARED_CACHE. ([forum:/forumpost/0bfc5888a384d430|Forum post 0bfc5888a384d430]). However, also change to code to issue a deprecation warning...
View ArticleFix test script literal.test so that it works with SQLITE_OMIT_ALTER_TABLE...
Fix test script literal.test so that it works with SQLITE_OMIT_ALTER_TABLE builds. (tags: trunk)
View ArticleThe -DSQLITE_JSON_BLOB_INPUT_BUG_COMPATIBLE compile-time option causes blob...
The -DSQLITE_JSON_BLOB_INPUT_BUG_COMPATIBLE compile-time option causes blob inputs to JSON functions that are not JSONB to be processed as if they where text, immulating historical bugging behavior...
View ArticleImproved error message when a double-quoted string is used and it seems...
Improved error message when a double-quoted string is used and it seems likely that the user wanted a single-quoted string literal. (tags: improved-dqs-error-msg)
View ArticleDo not allow digit separators that are not surrounded on both sides by...
Do not allow digit separators that are not surrounded on both sides by digits. (tags: digit-separators)
View ArticleAdd extra tests for the code on this branch. (tags: digit-separators)
Add extra tests for the code on this branch. (tags: digit-separators)
View ArticleAllow underscores to occur in hex literals. (tags: digit-separators)
Allow underscores to occur in hex literals. (tags: digit-separators)
View Article