openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
SQLite
Settings
|
Report Duplicate
1,473
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very High Activity
Commits
: Listings
Analyzed
about 14 hours
ago. based on code collected
1 day
ago.
Feb 28, 2025 — Feb 28, 2026
Showing page 1 of 2,378
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Improvements to power-of-ten computations used for text ↔ binary64 conversions.
D. Richard Hipp
More...
2 days ago
Minor simplification to the text→binary64 conversion algorithm.
D. Richard Hipp
More...
2 days ago
Two code comment typo fixes reported in the forum. No code changes.
Stephan Beal
More...
2 days ago
Fix an off-by-one error in the indentation of multi-line outputs in QRF_STYLE_Line mode.
D. Richard Hipp
More...
3 days ago
Add an assert() to sqlite3RegisterLikeFunctions() to hopefully prevent future false-positive bug reports coming out of CodeQL.
D. Richard Hipp
More...
3 days ago
Another nano-optimization in kvvfs v2.
Stephan Beal
More...
3 days ago
JS: slight performance improvements in KVVfsStorage.
Stephan Beal
More...
3 days ago
Fix typos in the SQLITE_PREPARE_FROM_DDL documentation.
D. Richard Hipp
More...
3 days ago
Improvements to the SQLITE_PREPARE_FROM_DDL documentation.
D. Richard Hipp
More...
4 days ago
Fix an inconsequential typo in the output of the datedebug() SQL function.
D. Richard Hipp
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].
Dan Kennedy
More...
4 days ago
The GCC bug is fixed in GCC-15.
D. Richard Hipp
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.
D. Richard Hipp
More...
5 days ago
Use a 64-bit hash for the testing option SQLITE_CHECK_PAGES to maintain page alignment.
D. Richard Hipp
More...
5 days ago
Adjust the changes to shell8.test from [5da9bf09cc00faf9] so that they work with older versions of TCL.
D. Richard Hipp
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.
D. Richard Hipp
More...
5 days ago
Fix an assert() that is incorrect when the SQLITE_DBCONFIG_FP_DIGITS setting is on a non-default value.
D. Richard Hipp
More...
6 days ago
Add test cases for the symlink defenses of the previous check-in.
D. Richard Hipp
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].
D. Richard Hipp
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.
D. Richard Hipp
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].
D. Richard Hipp
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].
D. Richard Hipp
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.
D. Richard Hipp
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.
D. Richard Hipp
More...
7 days ago
Fix typos and include wording in the documentation for SQLITE_DBCONFIG_FP_DIGITS.
D. Richard Hipp
More...
8 days ago
Fix a harmless warning in the decimal extension.
D. Richard Hipp
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.
D. Richard Hipp
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.
D. Richard Hipp
More...
8 days ago
New test cases for floating-point conversions.
D. Richard Hipp
More...
9 days ago
Remove an unreachable branch.
D. Richard Hipp
More...
9 days ago
←
1
2
3
4
5
6
7
8
9
…
2377
2378
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree