openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
SQLite
Settings
|
Report Duplicate
1,477
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
12 months
ago. based on code collected
12 months
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 1 of 1,737
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Version 3.45.0
D. Richard Hipp
More...
12 months ago
Have the shell tool automatically enable SQLITE_CONFIG_DQS_DDL when executing a ".dump" script against an empty db.
Dan Kennedy
More...
12 months ago
Fix a comment in sessions. No functional changes. [forum:/forumpost/8c20dc935b|Forum post 8c20dc935b].
D. Richard Hipp
More...
12 months ago
In fts5, flush the contents of the in-memory hash table whenever the secure-delete option is toggled. This prevents spurious corruption reports under some circumstances.
Dan Kennedy
More...
12 months ago
Put an SQLITE_ENABLE_SETLK_TIMEOUT branch inside the appropriate ifdef with an assert on the else since the condition is always false if SETLK_TIMEOUT is not available.
D. Richard Hipp
More...
12 months ago
Improved resolution of unqualified names in the REINDEX command. [forum:/info/74cd0ceabd|Forum thread 74cd0ceabd].
D. Richard Hipp
More...
12 months ago
Automatically turn off DEFENSIVE mode in the shell tool when executing scripts generated by the ".dump" command against an empty database. Add a warning to the top of generated ".dump" scripts that populate virtual tables.
Dan Kennedy
More...
12 months ago
Fix date on new file shell9.test.
Dan Kennedy
More...
12 months ago
Automatically turn off DEFENSIVE mode in the shell tool when executing scripts generated by the ".dump" command against an empty database. Add a warning to the top of generated ".dump" scripts that populate virtual tables.
Dan Kennedy
More...
12 months ago
Minor change to os_unix.c to facilitate 100% MC/DC testing.
D. Richard Hipp
More...
12 months ago
Ensure that SQLITE_PROTOCOL is not returned too early when a SQLITE_ENABLE_SETLK_TIMEOUT build fails to open a transaction on a wal mode database in cases where blocking locks are not being used.
Dan Kennedy
More...
12 months ago
Remove an ALWAYS() from RTREE. Dbsqlfuzz found a way to make it false.
D. Richard Hipp
More...
12 months ago
Updates to RTREE to facility testing.
D. Richard Hipp
More...
12 months ago
Ensure that SQLITE_PROTOCOL is not returned too early when a SQLITE_ENABLE_SETLK_TIMEOUT build fails to open a transaction on a wal mode database in cases where blocking locks are not being used.
Dan Kennedy
More...
12 months ago
Update JSON performance testing procedures for clarity and to describe how to do performance testing of JSONB.
D. Richard Hipp
More...
12 months ago
Update extension ext/misc/totext.c to avoid both ubsan warnings and dubious real->integer conversions.
Dan Kennedy
More...
12 months ago
Update extension ext/misc/totext.c to avoid both ubsan warnings and dubious real->integer conversions.
Dan Kennedy
More...
12 months ago
Avoid errors with SQLITE_OMIT_VIRTUALTABLE builds in json106.test and unionall.test.
D. Richard Hipp
More...
12 months ago
Testing code left in by accident.
Dan Kennedy
More...
12 months ago
Restructure some code to fix what appears to be a false-positive UBSAN warning.
D. Richard Hipp
More...
12 months ago
Fix a #ifdef in sqlite3_test_control() that was preventing builds with SQLITE_OMIT_WSD.
D. Richard Hipp
More...
12 months ago
Convert the JSON functions to use lookaside memory allocation whenever feasible, to avoid hitting the global memory allocator mutex.
D. Richard Hipp
More...
12 months ago
Change a constant from decimal to hex to avoid a compiler warning on Mac.
D. Richard Hipp
More...
almost 1 year ago
Enhance sqlite3_analyzer.exe so that it uses the ext/consio extension.
D. Richard Hipp
More...
almost 1 year ago
Update the sqldiff.exe utility program so that it uses the sqlite3_str string interface, and so that it does console output using the ext/consio extension.
D. Richard Hipp
More...
almost 1 year ago
Back out [b517a52fa36df0a0] which is no longer reachable due to early error detection enhancements in [166e82dd20efbfd3].
D. Richard Hipp
More...
almost 1 year ago
Adjust the sqlite3PagerDirectReadOk() routine (part of the SQLITE_DIRECT_OVERFLOW_READ optimization) to use less code and to be more easily testable.
D. Richard Hipp
More...
almost 1 year ago
Fix a problem in fts5 caused by a COMMIT involving fts5 data that immediately follows a ROLLBACK TO that does not.
Dan Kennedy
More...
almost 1 year ago
Increase the default "max_page_count" to its theoretical maximum of 4294967294.
D. Richard Hipp
More...
almost 1 year ago
Elaborate on the various build flavors used by ext/wasm/. Doc changes only.
Stephan Beal
More...
about 1 year ago
←
1
2
3
4
5
6
7
8
9
…
1736
1737
→
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