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 8 of 1,737
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge all the latest trunk enhancements into the jsonb branch.
D. Richard Hipp
More...
about 1 year ago
The assertion change at check-in [7946c79567b0ccd3] is insufficient to fix the problem of a Table object being deleted out from under the OP_VCheck opcode. We need to reference count the Table, which is accomplished here.
D. Richard Hipp
More...
about 1 year ago
Convert the json_array_length() function to use JSONB instead of JsonNodes.
D. Richard Hipp
More...
about 1 year ago
Fix all known problems with JSONB json_extract().
D. Richard Hipp
More...
about 1 year ago
Do not set the J subtype when the output is JSONB.
D. Richard Hipp
More...
about 1 year ago
Preserve flexibility in the format of the RHS of -> and ->> operators found in legacy.
D. Richard Hipp
More...
about 1 year ago
Attempt to get json_extract() working with pure JSONB only, and without the use of JsonNode. Mostly working, but there are some differences from legacy in corner cases.
D. Richard Hipp
More...
about 1 year ago
Merge latest trunk updates into this branch.
Dan Kennedy
More...
about 1 year ago
The json_remove() function now uses only JSONB, never JsonNodes, internally.
D. Richard Hipp
More...
about 1 year ago
In SQLITE_ENABLE_SETLK_TIMEOUT builds, use blocking locks in place of sleep() calls when opening a read-transaction.
Dan Kennedy
More...
about 1 year ago
Handle an SQLITE_BUSY_TIMEOUT error if one occurs while attempting a shared lock on a read-lock slot.
Dan Kennedy
More...
about 1 year ago
Activate the ability of json_patch() to work on JSONB.
D. Richard Hipp
More...
about 1 year ago
All legacy tests are passing.
D. Richard Hipp
More...
about 1 year ago
The json_patch() code for JSONB compiles and works sometimes, but there are still issues. Incremental check-in.
D. Richard Hipp
More...
about 1 year ago
More aggressive use of jsonBlobEdit(). Improvements to the MergePatch implementation sketch.
D. Richard Hipp
More...
about 1 year ago
Add untested (#ifdefed-out) code for the MergePatch algorithm against JSONB. Add (and test) the jsonBlobEdit() routine that is needed by the new MergePatch.
D. Richard Hipp
More...
about 1 year ago
Have SQLITE_ENABLE_SETLK_TIMEOUT builds block when locking a read-lock slot.
Dan Kennedy
More...
about 1 year ago
In SQLITE_ENABLE_SETLK_TIMEOUT builds, use blocking locks in place of sleep() when opening a read-transaction.
Dan Kennedy
More...
about 1 year ago
Enhance the (SQLITE_DEBUG-only) json_parse() routine so that it shows a decoding of JSONB when given a BLOB argument.
D. Richard Hipp
More...
about 1 year ago
Give the json_valid() function an optional second argument that determines what is meant by "valid".
D. Richard Hipp
More...
about 1 year ago
Convert the json_tree() and json_each() virtual tables over to use JSONB has their internal representation.
D. Richard Hipp
More...
about 1 year ago
All tests passing.
D. Richard Hipp
More...
about 1 year ago
Fix corner-case error conditions.
D. Richard Hipp
More...
about 1 year ago
Same results as the legacy JsonNode implementation on a small set of test cases.
D. Richard Hipp
More...
about 1 year ago
Remove unused elements from the json_tree() cursor.
D. Richard Hipp
More...
about 1 year ago
Remove the vestigal JsonNode logic from json_tree() and json_each().
D. Richard Hipp
More...
about 1 year ago
Almost working. Path is still not exactly right when Root is defined on json_tree().
D. Richard Hipp
More...
about 1 year ago
Generate the fullkey and path columns of json_tree().
D. Richard Hipp
More...
about 1 year ago
Handle the path argument to json_tree() and json_each().
D. Richard Hipp
More...
about 1 year ago
Continuing work on json_tree() against a JSONB.
D. Richard Hipp
More...
about 1 year ago
←
1
2
3
4
5
6
7
8
9
10
11
12
…
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