In the TEA build, enable USE_TCL_STUBS on Mac platforms. (tags: trunk)
In the TEA build, enable USE_TCL_STUBS on Mac platforms. (tags: trunk)
View ArticleFix a bug in the speedtest.tcl testing script that was introduced by...
Fix a bug in the speedtest.tcl testing script that was introduced by [7e9845433ff26bdc] (tags: trunk)
View ArticleSlight change to tool/split-sqlite3c.tcl to make it compatible with jimsh...
Slight change to tool/split-sqlite3c.tcl to make it compatible with jimsh (tags: trunk)
View ArticleDo not use a partial index if the truth of the WHERE clause does not depend...
Do not use a partial index if the truth of the WHERE clause does not depend on at least one column from the table being indexed. (tags: silly-partial-indexes)
View Article*MERGE* Do not use a partial index unless the WHERE clause uses one or more...
*MERGE* Do not use a partial index unless the WHERE clause uses one or more columns from the table being indexed. This resolves the issue reported by [forum:/forumpost/a8704b30f3|forum post...
View ArticleVersion 3.50.0 (tags: trunk, release, major-release, version-3.50.0)
Version 3.50.0 (tags: trunk, release, major-release, version-3.50.0)
View Article*MERGE* Bring the begin-concurrent branch up to version 3.50.0. (tags:...
*MERGE* Bring the begin-concurrent branch up to version 3.50.0. (tags: begin-concurrent)
View Article*MERGE* Bring the wal2 branch to to version 3.50.0. (tags: wal2)
*MERGE* Bring the wal2 branch to to version 3.50.0. (tags: wal2)
View Article*MERGE* Update the bedrock branch to version 3.50.0 (tags: bedrock)
*MERGE* Update the bedrock branch to version 3.50.0 (tags: bedrock)
View Article*MERGE* Update the reuse-schema branch to version 3.50.0 (tags: reuse-schema)
*MERGE* Update the reuse-schema branch to version 3.50.0 (tags: reuse-schema)
View ArticleFix a goofy hash function in Lemon. No changes to SQLite itself. (tags: trunk)
Fix a goofy hash function in Lemon. No changes to SQLite itself. (tags: trunk)
View ArticleExtend the fix for ticket [623eff57e76d45f6] so that it covers RIGHT JOIN in...
Extend the fix for ticket [623eff57e76d45f6] so that it covers RIGHT JOIN in addition to LEFT JOIN. Problem reported by [forum:/forumpost/7dee41d32506c4ae|forum post 2025-05-29T15:10:14Z]. (tags: trunk)
View ArticleFix the missing -lm link flag for the sqlite3 shell when building the...
Fix the missing -lm link flag for the sqlite3 shell when building the autoconf bundle with --disable-static-shell, as reported in [forum:5adf1c932a | forum post 5adf1c932a]. (tags: trunk)
View ArticleFix the missing -lm link flag for the sqlite3 shell when building the...
Fix the missing -lm link flag for the sqlite3 shell when building the autoconf bundle with --disable-static-shell, as reported in [forum:5adf1c932a | forum post 5adf1c932a]. (tags: branch-3.49)
View ArticleFix the missing -lm link flag for the sqlite3 shell when building the...
Fix the missing -lm link flag for the sqlite3 shell when building the autoconf bundle with --disable-static-shell, as reported in [forum:5adf1c932a | forum post 5adf1c932a]. (tags: branch-3.50)
View ArticleSquelch an interesting but harmless struct initialization warning emitted...
Squelch an interesting but harmless struct initialization warning emitted after an emsdk update. Fix JS breakage introduced by changes in Emscripten 4.0.7: manually export the HEAPxyz symbols which...
View ArticleSquelch an interesting but harmless struct initialization warning emitted...
Squelch an interesting but harmless struct initialization warning emitted after an emsdk update. Fix JS breakage introduced by changes in Emscripten 4.0.7: manually export the HEAPxyz symbols which...
View ArticleExtend the fix for ticket 623eff57e76d45f6]so that it covers RIGHT JOIN in...
Extend the fix for ticket 623eff57e76d45f6]so that it covers RIGHT JOIN in addition to LEFT JOIN. (tags: branch-3.50)
View ArticleAdd "include " to fts5 and rtree to ensure that they use the system version...
Add "include " to fts5 and rtree to ensure that they use the system version of the offsetof() macro when it is available, as the built-in version triggers ubsan errors with clang. (tags: trunk)
View ArticleAdd "include <stddef.h>" to fts5 and rtree to ensure that they use the...
Add "include <stddef.h>" to fts5 and rtree to ensure that they use the system version of the offsetof() macro when it is available, as the built-in version triggers ubsan errors with clang....
View Article