Enhance the omit-noop-join optimization so that it is able to omit a chain of...
Enhance the omit-noop-join optimization so that it is able to omit a chain of noop-joins. Optimization improvement suggested by [forum:/forumpost/11a53f2bad|forum post 11a53f2bad]. (tags: trunk)
View ArticleDoc typo fixes in the configure script pieces. (tags: trunk)
Doc typo fixes in the configure script pieces. (tags: trunk)
View ArticleTo ensure that the sqlite3_hard_heap_limit() call it makes is effective, add...
To ensure that the sqlite3_hard_heap_limit() call it makes is effective, add "sqlite3_config(SQLITE_CONFIG_MEMSTATUS, 1);" to fuzzcheck.c. (tags: trunk)
View ArticleWork around the Windows "Worst-Fit" bug in the "sqldiff.exe" program. (tags:...
Work around the Windows "Worst-Fit" bug in the "sqldiff.exe" program. (tags: trunk)
View ArticleChange a single integer variable to 64-bit in the tokenizer to avoid any...
Change a single integer variable to 64-bit in the tokenizer to avoid any possibility of an integer overflow. (tags: trunk)
View ArticleImprovements to the .import command of the CLI. (tags: trunk)
Improvements to the .import command of the CLI. (tags: trunk)
View ArticleIf the filename argument to the .import command is of the form...
If the filename argument to the .import command is of the form "<<endmark" then the content is read from the script (or stdin) until the first line that begins with "endmark". (tags: trunk)
View ArticleTest cases for .import, as well as minor enhancements to .import and to...
Test cases for .import, as well as minor enhancements to .import and to .check. (tags: trunk)
View ArticleFix the "testfixture" makefile target so that it builds with a static TCL...
Fix the "testfixture" makefile target so that it builds with a static TCL library on Mac-ARM. Fix the "tool-zip" target so that it uses ordinary tclsh rather than testfixture to run the...
View ArticleUpdate to the unix build documentation. (tags: trunk)
Update to the unix build documentation. (tags: trunk)
View ArticleIncremental improvements to .import, and new test cases. (tags: trunk)
Incremental improvements to .import, and new test cases. (tags: trunk)
View ArticleFix error messages associated with .import, along with corresponding test...
Fix error messages associated with .import, along with corresponding test cases. (tags: trunk)
View ArticleFix the new .import logic in the CLI so that it honors ".bail on"....
Fix the new .import logic in the CLI so that it honors ".bail on". [forum:/forumpost/6c1c0e213d|Forum post 6c1c0e213d]. (tags: trunk)
View ArticleAvoid signed integer overflow when an fts5 'merge' command is passed...
Avoid signed integer overflow when an fts5 'merge' command is passed -2147483648 as a parameter. (tags: fts5-int-overflow-fix)
View ArticleFix the change on this branch so that it works with amalgamation builds....
Fix the change on this branch so that it works with amalgamation builds. (tags: fts5-int-overflow-fix)
View Article*MERGE* Avoid signed integer overflow when an fts5 'merge' command is passed...
*MERGE* Avoid signed integer overflow when an fts5 'merge' command is passed -2147483648 as a parameter. (tags: trunk)
View ArticleImproved handling of the process entry point in Windows, to translate...
Improved handling of the process entry point in Windows, to translate arguments into UTF8. (tags: trunk)
View ArticleAdd missing free() to winmain.c (tags: trunk)
Add missing free() to winmain.c (tags: trunk)
View ArticleFix the output from the (undocumented) --test-argv option of the CLi so that...
Fix the output from the (undocumented) --test-argv option of the CLi so that it correctly displays UTF8 text on Windows. (tags: trunk)
View ArticleFix a typo in [0819fe670f9ceec7] that lead to incomplete protection against...
Fix a typo in [0819fe670f9ceec7] that lead to incomplete protection against buffer overflow in the zipfile extension. [forum:/forumpost/2025-12-30T23:57:19z|Forum post 2025-12-30T23:57:19z] (tags: trunk)
View Article