Change the way tokendata indexes are collected for prefix queries. (tags:...
Change the way tokendata indexes are collected for prefix queries. (tags: fts5-tokendata-prefix)
View ArticleFix shell test cases to account for recent additions to the ".help" output....
Fix shell test cases to account for recent additions to the ".help" output. (tags: cli-stdlib)
View ArticleClarification of the meaning of the nByte parameter to sqlite3_prepare()....
Clarification of the meaning of the nByte parameter to sqlite3_prepare(). Comment and documentation change only - no changes to the code. (tags: trunk)
View ArticleWhen possible, avoid taking wal file read-lock 0 in sqlite3_snapshot_get()....
When possible, avoid taking wal file read-lock 0 in sqlite3_snapshot_get(). (tags: snapshot_get-locking)
View ArticleResolve a harmless compiler warning in QNX builds. (tags: trunk)
Resolve a harmless compiler warning in QNX builds. (tags: trunk)
View ArticleProvide SQLITE_U8TEXT_ONLY and SQLITE_U8TEXT_STDIO compile-time options to...
Provide SQLITE_U8TEXT_ONLY and SQLITE_U8TEXT_STDIO compile-time options to the sqlite3_stdio.c module. (tags: cli-stdlib)
View Article*MERGE* Add the ext/misc/sqlite3_stdio.c portability interface and...
*MERGE* Add the ext/misc/sqlite3_stdio.c portability interface and incorporate it into the CLI, sqldiff, and sqlite3_analyzer. Enhance the CLI with the new ".www" dot-command and related options on...
View ArticleFix a harmless compiler warning in the CLI. (tags: trunk)
Fix a harmless compiler warning in the CLI. (tags: trunk)
View ArticleAllow UPDATEs of unindexed columns in fts5 contentless_unindexed=1 tables....
Allow UPDATEs of unindexed columns in fts5 contentless_unindexed=1 tables. Testing to come. (tags: fts5-contentless-unindexed)
View Article*MERGE* Merge trunk changes into this branch. (tags: fts5-contentless-unindexed)
*MERGE* Merge trunk changes into this branch. (tags: fts5-contentless-unindexed)
View ArticleSquash sign-comparison warnings reported in [forum:5e605a763a65c3f8 | forum...
Squash sign-comparison warnings reported in [forum:5e605a763a65c3f8 | forum post 5e605a763a65c3f8]. (tags: trunk)
View ArticleFix a problem with UPDATEs that do not modify all UNINDEXED columns of a...
Fix a problem with UPDATEs that do not modify all UNINDEXED columns of a contentless_delete=1, contentless_unindexed=1 table. (tags: fts5-contentless-unindexed)
View ArticleFix a problem with UPDATE statements that modify the rowid of...
Fix a problem with UPDATE statements that modify the rowid of contentless_delete=1 tables. (tags: fts5-contentless-unindexed)
View ArticleExtra test cases for UPDATEs of contentless tables. (tags:...
Extra test cases for UPDATEs of contentless tables. (tags: fts5-contentless-unindexed)
View ArticleFix fiddle build broken by recent build-level reworks. Remove a stale...
Fix fiddle build broken by recent build-level reworks. Remove a stale reference to an old CSS file. (tags: wasm-build-rework)
View Article*MERGE* Merge wasm-build-rework branch into trunk. Summary: 1) add optional...
*MERGE* Merge wasm-build-rework branch into trunk. Summary: 1) add optional bare-bones build, stripped of many optional library features, 2) replace much of the hyper-spaghetti wasm-specific makefile...
View ArticleMinor makefile doc fixes. No functional changes. (tags: trunk)
Minor makefile doc fixes. No functional changes. (tags: trunk)
View ArticleFor wasm builds: automatically use higher optimization (but slower build)...
For wasm builds: automatically use higher optimization (but slower build) levels when a target related to deliverables (as opposed to dev mode) is explicitly invoked. (tags: trunk)
View ArticleEnsure that the temporary build dir is mkdir'd by wasm deps which depend on...
Ensure that the temporary build dir is mkdir'd by wasm deps which depend on it. (tags: trunk)
View Articlewasm: move the makefile-eval-generated fiddle rules into mkwasmbuilds.c....
wasm: move the makefile-eval-generated fiddle rules into mkwasmbuilds.c. Squelch some warnings from grep when running 'make clean' on a clean tree. (tags: trunk)
View Article