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
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 22 of 1,737
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Turn on SEH by default when building using MSVC.
D. Richard Hipp
More...
over 1 year ago
Merge the latest trunk fixes and enhancements into the jsonb branch, and especially the JSON cache spill UAF fix.
D. Richard Hipp
More...
over 1 year ago
Fix a potential UAF caused by JSON parser cache spill. [forum:/forumpost/b25edc1d46|Forum post b25edc1d46].
D. Richard Hipp
More...
over 1 year ago
Flesh out the error state captured by SqliteException.java. Doc additions.
Stephan Beal
More...
over 1 year ago
Fix harmless compiler warning in the test module for sessions.
D. Richard Hipp
More...
over 1 year ago
Add JNI Sqlite and SqliteException classes. Add Tester2.java as the main test app for the high-level API.
Stephan Beal
More...
over 1 year ago
Minor JNI doc and public/private cleanups.
Stephan Beal
More...
over 1 year ago
Rename SQLite3Jni to CApi to (A) reduce name prefix collisions with incoming classes and (B) align with its counterpart in the JS build. Remove the Canonical annotation because (A) the new code separation will inherently make that distinction and (B) the line between truly canonical and semi-canonical (e.g. differing in signature overloads) is blurry enough that consistent use of that annocation is becoming an unnecessary burden.
Stephan Beal
More...
over 1 year ago
Remove some unnecessary code. Report errors for invalid JSONB input on an extract.
D. Richard Hipp
More...
over 1 year ago
The return from sqlite3_value_blob() in jsonFuncArgMightBeBinary() might be a NULL pointer. Check for that case.
D. Richard Hipp
More...
over 1 year ago
Improved detection of malformed JSONB when parsing it into a JsonNode array.
D. Richard Hipp
More...
over 1 year ago
Fix the jsonbChangePayloadSize() routine so that it shifts the payload in order to always render the most compact encoding of the payload size. This is necessary as sometimes (as discovered by dbsqlfuzz) the payload size can grow significantly due to json_insert() or json_replace().
D. Richard Hipp
More...
over 1 year ago
Improvements to error messages returned when the ->> operator fails.
D. Richard Hipp
More...
over 1 year ago
Fix a problem with sqlite3changegroup_schema() and patchsets.
Dan Kennedy
More...
over 1 year ago
Add the sqlite3changegroup_schema() API. To allow changegroup objects to upgrade the schema of a changeset/patchset under some circumstances.
Dan Kennedy
More...
over 1 year ago
Fix a problem with the changes on this branch and tables that use an implicit primary key.
Dan Kennedy
More...
over 1 year ago
Merge the memory leak fix from trunk.
D. Richard Hipp
More...
over 1 year ago
Improved error messages from search on JSONB.
D. Richard Hipp
More...
over 1 year ago
Report unknown JSONB element type when parsing JSONB into JsonNode.
D. Richard Hipp
More...
over 1 year ago
Add a test case to prevent a regression of the leak fixed in the previous trunk check-in.
D. Richard Hipp
More...
over 1 year ago
Fix a resource leak: sqlite3_blob_reopen() was failing to invoke the xDel() distructor on a register when it sets that register to the new rowid. This was never a problem prior to the large-column cache of [771fe35074b50b8d] as that destructor was always a no-op. dbsqlfuzz cd96368deaece480fb94d42427dde053737a650e.
D. Richard Hipp
More...
over 1 year ago
Correct handling of "raw" strings in JSON. This requires three test-case changes in TH3 to add double-quotes to the path outputs from json_tree(). The new behavior is correct, I believe.
D. Richard Hipp
More...
over 1 year ago
Improved error detection for JSONB inputs.
D. Richard Hipp
More...
over 1 year ago
Add missing source code comments and fix other issues with the new code on this branch.
Dan Kennedy
More...
over 1 year ago
Update this branch with latest changes from the trunk.
Dan Kennedy
More...
over 1 year ago
Add tests for the sqlite3changegroup_schema() API.
Dan Kennedy
More...
over 1 year ago
Incremental improvements to the JSONB logic.
D. Richard Hipp
More...
over 1 year ago
Fixes to rendering JSON5 extensions encoded as JSONB.
D. Richard Hipp
More...
over 1 year ago
Fix compiler warnings.
D. Richard Hipp
More...
over 1 year ago
Improvements to error handling.
D. Richard Hipp
More...
over 1 year ago
←
1
2
…
18
19
20
21
22
23
24
25
26
…
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