*MERGE* Merge the error code fix from trunk. (tags: covering-index-patch)
*MERGE* Merge the error code fix from trunk. (tags: covering-index-patch)
View ArticleFix another instance where ALTER TABLE was returning SQLITE_INTERNAL instead...
Fix another instance where ALTER TABLE was returning SQLITE_INTERNAL instead of SQLITE_ERROR one malformed input. (tags: trunk)
View Article*MERGE* Import the second ALTER TABLE fix from trunk. (tags:...
*MERGE* Import the second ALTER TABLE fix from trunk. (tags: covering-index-patch)
View ArticleEnsure tokenizers registered with xCreateTokenizer_v2() can be accessed using...
Ensure tokenizers registered with xCreateTokenizer_v2() can be accessed using xFindTokenizer(), and that those registered with xCreateTokenizer() work with xFindTokenizer_v2(). (tags: fts5-locale)
View ArticleFix a few minor TCL9 compatibilities issues. (tags: trunk)
Fix a few minor TCL9 compatibilities issues. (tags: trunk)
View ArticleAdd an assert() to fix a harmless compiler warning in the recovery extension....
Add an assert() to fix a harmless compiler warning in the recovery extension. (tags: trunk)
View Article*MERGE* Enhancements to covering-index prediction. In particular, avoid the...
*MERGE* Enhancements to covering-index prediction. In particular, avoid the false-positive prediction described by [forum:/forumpost/e60e4c295d22f8ce|forum post e60e4c295d22f8ce]. Add early detection...
View ArticleEnhancements to covering-index prediction. Add early detection of...
Enhancements to covering-index prediction. Add early detection of over-prediction of covering-indexes so that sqlite3_prepare() will return an error rather than just generate bad bytecode. (tags:...
View ArticleCherrypick various minor fixes from trunk into branch-3.46. (tags: branch-3.46)
Cherrypick various minor fixes from trunk into branch-3.46. (tags: branch-3.46)
View ArticleCherrypick ALTER TABLE fixes from trunk so that ALTER TABLE no longer returns...
Cherrypick ALTER TABLE fixes from trunk so that ALTER TABLE no longer returns SQLITE_INTERNAL instead of SQLITE_ERROR after malformed input. (tags: branch-3.46)
View ArticleFix behavior change in the offset() SQL function introduced by check-in...
Fix behavior change in the offset() SQL function introduced by check-in [f0b671183f44d0ae]. (tags: trunk)
View ArticleFix behavior change in the offset() SQL function introduced by check-in...
Fix behavior change in the offset() SQL function introduced by check-in f0b671183f44d0ae. (tags: branch-3.46)
View ArticleFix harmless compiler warning related to the TCL8-to-TCL9 transition. This...
Fix harmless compiler warning related to the TCL8-to-TCL9 transition. This change in testing code only and is not relevante to the core SQLite. (tags: trunk)
View ArticleRevision to check-in [d9f726ade6b258f8] so that OOM and other unrelated...
Revision to check-in [d9f726ade6b258f8] so that OOM and other unrelated failures are not overridden by a syntax error in the tokenizer spec. (tags: trunk)
View ArticleRevision to check-in d9f726ade6b258f8 so that OOM and other unrelated...
Revision to check-in d9f726ade6b258f8 so that OOM and other unrelated failures are not overridden by a syntax error in the tokenizer spec. (tags: branch-3.46)
View ArticleUpdate the fts5_tokenizer_v2 API so that the locale is passed as parameter to...
Update the fts5_tokenizer_v2 API so that the locale is passed as parameter to xTokenize(), instead of via a separate call to xSetLocale(). (tags: fts5-locale)
View ArticleFix an uninitialized variable in fts5_tcl.c. (tags: fts5-locale)
Fix an uninitialized variable in fts5_tcl.c. (tags: fts5-locale)
View ArticlePrevent the fts5 xPhraseNext() or xPhraseFirst() APIs from returning an...
Prevent the fts5 xPhraseNext() or xPhraseFirst() APIs from returning an out-of-range column number, even if the database is corrupt. (tags: trunk)
View Article*MERGE* Merge all of the latest branch-3.46 into the begin-concurrent branch...
*MERGE* Merge all of the latest branch-3.46 into the begin-concurrent branch as a new sub-branch called begin-concurrent-3.46. (tags: begin-concurrent-3.46)
View Article*MERGE* Merge the latest branch-3.46 changes into wal2 as a new sub-branch...
*MERGE* Merge the latest branch-3.46 changes into wal2 as a new sub-branch called wal2-3.46. (tags: wal2-3.46)
View Article