Add instructions for how to do debugging builds of the CLI on Windows. (tags:...
Add instructions for how to do debugging builds of the CLI on Windows. (tags: trunk)
View ArticleAdd fiddle-debug make target to ext/wasm. It builds the same target files as...
Add fiddle-debug make target to ext/wasm. It builds the same target files as a non-debug build, as opposed to a new copy, but adds various debug-related flags. (tags: trunk)
View ArticleRemove an extraneous CSS file and import its CSS into the one HTML file which...
Remove an extraneous CSS file and import its CSS into the one HTML file which uses it. (tags: trunk)
View ArticleRework the fiddle build to build separate debug and non-debug bundles, with...
Rework the fiddle build to build separate debug and non-debug bundles, with the latter in ./fiddle-debug. (tags: trunk)
View ArticleMinor cleanups in the new fiddle build code. (tags: trunk)
Minor cleanups in the new fiddle build code. (tags: trunk)
View ArticleRemove some extraneous flags from the fiddle-debug build. Internal doc tweaks...
Remove some extraneous flags from the fiddle-debug build. Internal doc tweaks in the main wasm makefile. (tags: trunk)
View ArticleEnhance lemon.c so that when it shows the compile-time options in the header...
Enhance lemon.c so that when it shows the compile-time options in the header comment of the generated output file, it shows all options, even those not used, and it shows them in sorted order. (tags:...
View ArticleIn lemon, show all the -D options in the generated header, even if none of...
In lemon, show all the -D options in the generated header, even if none of them are used. (tags: trunk)
View ArticleRevert Lemon so that it only shows -D options that are actually used. Though...
Revert Lemon so that it only shows -D options that are actually used. Though the change to display the options in sorted order is retained. (tags: trunk)
View ArticleDo not attempt the exists-to-join optimization if the FROM clause is full....
Do not attempt the exists-to-join optimization if the FROM clause is full. (tags: exists-to-join)
View ArticleEnhance the output of ".scanstats vm" to include the absolute number of ticks...
Enhance the output of ".scanstats vm" to include the absolute number of ticks for each VM instruction, instead of just the percentage of the total. (tags: trunk)
View ArticleEnhance the output of ".scanstats vm" to include the absolute number of ticks...
Enhance the output of ".scanstats vm" to include the absolute number of ticks for each VM instruction, instead of just the percentage of the total. (tags: bedrock-3.45)
View ArticleFix some problems with calling fts5 api functions from within non-full-text...
Fix some problems with calling fts5 api functions from within non-full-text queries. (tags: trunk)
View ArticleFix an incorrect tcl comment that appeared in many fts5 test files. (tags:...
Fix an incorrect tcl comment that appeared in many fts5 test files. (tags: trunk)
View ArticleDo not use integer constants like 100_000 in the shell code on this branch....
Do not use integer constants like 100_000 in the shell code on this branch. They are not supported until 3.46. (tags: bedrock-3.45)
View Article*MERGE* Merge the latest trunk enhancements into the exists-to-join branch....
*MERGE* Merge the latest trunk enhancements into the exists-to-join branch. (tags: exists-to-join)
View Article*MERGE* Merge all the latest trunk enhancements into the...
*MERGE* Merge all the latest trunk enhancements into the recursive-cte-orderby-fix branch. (tags: recursive-cte-orderby-fix)
View ArticleAvoid 32-bit overflow when calculating ncycle for ".scanstats vm". (tags:...
Avoid 32-bit overflow when calculating ncycle for ".scanstats vm". (tags: bedrock-3.45)
View ArticleDo not convert an expression node that is already TK_REGISTER into a new...
Do not convert an expression node that is already TK_REGISTER into a new TK_REGISTER. This is a follow-up to [663f5dd32d9db832] that fixes a bug discovered by dbsqlfuzz. (tags: trunk)
View ArticleAdditional steps to make sure calls to sqlite3ExprToRegister() are sane....
Additional steps to make sure calls to sqlite3ExprToRegister() are sane. (tags: trunk)
View Article