I Use This!
Very High Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected 1 day ago.
Jan 01, 2025 — Jan 01, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Verify the effect of "--titles on" in the "insert" mode in the CLI. More... 1 day ago
The header setting from the legacy ".headers" dot-command takes precedence over the current ".mode" setting, for backwards compatibility. [forum:/forumpost/2025-12-31T19:14:24z|Forum post 2025-12-31T19:14:24z]. More... 2 days ago
In the (completely unused, as far as I know) btreeinfo.c extension (not a part of any standard build) do a better job of detecting corrupt database files and provide better error messages when corruption is detected. [forum:/forumpost/e66a458339|Forum post e66a458339]. More... 2 days ago
Use 64-bit integers to track memory allocation sizes in the CSV extension. [forum:/forumpost/e66a458339|Forum post e66a458339]. More... 2 days ago
Add the new "retest" command to testrunner.tcl, which reruns any tests that failed or never completed in the previous invocation. New makefile target "retest" for both unix and Windows that runs testrunner.tcl with "retest". More... 2 days ago
Enhance testrunner.tcl so that it can always be run from an ordinary tclsh as long as that tclsh can load the sqlite3 package. More... 2 days ago
Fix test/shellB.test so that it works under Device-One. Also bring the header comment of shellB up to date. More... 2 days ago
Use sqlite3_malloc64() in all places in the compress.c extension to avoid integer overflow. [forum:/forumpost/2025-12-31T01:04:00z|Forum post 2025-12-31T01:04:00z]. More... 3 days ago
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] More... 3 days ago
Fix the output from the (undocumented) --test-argv option of the CLi so that it correctly displays UTF8 text on Windows. More... 3 days ago
Add missing free() to winmain.c More... 3 days ago
Improved handling of the process entry point in Windows, to translate arguments into UTF8. More... 3 days ago
Avoid signed integer overflow when an fts5 'merge' command is passed -2147483648 as a parameter. More... 3 days ago
Fix the change on this branch so that it works with amalgamation builds. More... 3 days ago
Avoid signed integer overflow when an fts5 'merge' command is passed -2147483648 as a parameter. More... 3 days ago
Fix the new .import logic in the CLI so that it honors ".bail on". [forum:/forumpost/6c1c0e213d|Forum post 6c1c0e213d]. More... 4 days ago
Fix error messages associated with .import, along with corresponding test cases. More... 4 days ago
Incremental improvements to .import, and new test cases. More... 4 days ago
Update to the unix build documentation. More... 4 days ago
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 tool/mmktoolzip.tcl script that builds the archive. More... 4 days ago
Test cases for .import, as well as minor enhancements to .import and to .check. More... 5 days ago
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". More... 5 days ago
Improvements to the .import command of the CLI. More... 5 days ago
Change a single integer variable to 64-bit in the tokenizer to avoid any possibility of an integer overflow. More... 6 days ago
Work around the Windows "Worst-Fit" bug in the "sqldiff.exe" program. More... 7 days ago
To ensure that the sqlite3_hard_heap_limit() call it makes is effective, add "sqlite3_config(SQLITE_CONFIG_MEMSTATUS, 1);" to fuzzcheck.c. More... 7 days ago
Doc typo fixes in the configure script pieces. More... 9 days ago
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]. More... 9 days ago
Additional changes to support the ".schema" command on builds that omit virtual tables. More... 10 days ago
Fix the ".schema" command in the CLI so that it works on builds that omit virtual table support. More... 10 days ago