I Use This!
Very High Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected 1 day ago.
Feb 28, 2025 — Feb 28, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Improvements to power-of-ten computations used for text ↔ binary64 conversions. More... 2 days ago
Minor simplification to the text→binary64 conversion algorithm. More... 2 days ago
Two code comment typo fixes reported in the forum. No code changes. More... 2 days ago
Fix an off-by-one error in the indentation of multi-line outputs in QRF_STYLE_Line mode. More... 3 days ago
Add an assert() to sqlite3RegisterLikeFunctions() to hopefully prevent future false-positive bug reports coming out of CodeQL. More... 3 days ago
Another nano-optimization in kvvfs v2. More... 3 days ago
JS: slight performance improvements in KVVfsStorage. More... 3 days ago
Fix typos in the SQLITE_PREPARE_FROM_DDL documentation. More... 3 days ago
Improvements to the SQLITE_PREPARE_FROM_DDL documentation. More... 4 days ago
Fix an inconsequential typo in the output of the datedebug() SQL function. More... 4 days ago
Fix a problem where the wrong collation could be used as part of a row-value comparison between columns with different collation sequences. [forum:/forumpost/6ceca07fc3 | Forum post 6ceca07fc3]. More... 4 days ago
The GCC bug is fixed in GCC-15. More... 4 days ago
Reinstant the work-around for [https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96270|GCC compiler bug 96270] which is apparently still an issue as of gcc 13.3.0 with -m32 on Mint Linux. The test case in the bug report is fixed, but the vdbeMemRenderNum() routine in SQLite still shows the problem. More... 5 days ago
Use a 64-bit hash for the testing option SQLITE_CHECK_PAGES to maintain page alignment. More... 5 days ago
Adjust the changes to shell8.test from [5da9bf09cc00faf9] so that they work with older versions of TCL. More... 5 days ago
Rename SQLITE_ENABLE_MULTITHREADED_CHECKS to SQLITE_THREAD_MISUSE_WARNINGS. Run test cases with that option. Also add the SQLITE_THREAD_MISUSE_ABORT option. More... 5 days ago
Fix an assert() that is incorrect when the SQLITE_DBCONFIG_FP_DIGITS setting is on a non-default value. More... 6 days ago
Add test cases for the symlink defenses of the previous check-in. More... 7 days ago
Change the SQLAR archive extraction algorithm in the CLI so that it uses the newly enhanced realpath() SQL function to guard against attacks that use symlinks to try to write files outside of the destination directory. [forum:/forumpost/641b09daa17d9086|Forum post 641b09daa17d9086]. More... 7 days ago
Enhance the realpath() SQL function in the fileio.c extension so that it works ever for pathnames that do not exist. More... 7 days ago
When doing an SQLAR archive extraction in the CLI, postpone creating symlinks until after all files and directories have been created. This prevents a hostile archive from creating a symlink through which it can subsequently write content outside of the target directory. [forum:forumpost/9e176adfef91c207|Forum post 9e176adfef91c207]. More... 7 days ago
When doing an SQLAR archive extraction in the CLI, postpone creating symlinks until after all files and directories have been created. This prevents a hostile archive from creating a symlink through which it can subsequently write content outside of the target directory. [forum:/forumpost/9e176adfef91c207|Forum post 9e176adfef91c207]. More... 7 days ago
Improved implementation of realpath() in the fileio.c extension that does not require the last element of the path to actually exist. More... 7 days ago
Add the realpath() SQL function to the fileio.c extension. And clean up the UTF8 handling on the Windows side of that extension while we are at it. More... 7 days ago
Fix typos and include wording in the documentation for SQLITE_DBCONFIG_FP_DIGITS. More... 8 days ago
Fix a harmless warning in the decimal extension. More... 8 days ago
Improved rounding of double→text conversions for rounding digits of 17. Add the new sqlite3_db_config(), SQLITE_DBCONFIG_FP_DIGITS, to specify the number of significant digits to preserve on conversions. More... 8 days ago
New sqlite3_db_config(SQLITE_DBCONFIG_FP_DIGITS) that let's the application specify the number of significant digits that double→text conversions will attempt to preserve. More... 8 days ago
New test cases for floating-point conversions. More... 9 days ago
Remove an unreachable branch. More... 9 days ago