I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge all the latest trunk enhancements into the jsonb branch. 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. More... about 1 year ago
Convert the json_array_length() function to use JSONB instead of JsonNodes. More... about 1 year ago
Fix all known problems with JSONB json_extract(). More... about 1 year ago
Do not set the J subtype when the output is JSONB. More... about 1 year ago
Preserve flexibility in the format of the RHS of -> and ->> operators found in legacy. 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. More... about 1 year ago
Merge latest trunk updates into this branch. More... about 1 year ago
The json_remove() function now uses only JSONB, never JsonNodes, internally. More... about 1 year ago
In SQLITE_ENABLE_SETLK_TIMEOUT builds, use blocking locks in place of sleep() calls when opening a read-transaction. More... about 1 year ago
Handle an SQLITE_BUSY_TIMEOUT error if one occurs while attempting a shared lock on a read-lock slot. More... about 1 year ago
Activate the ability of json_patch() to work on JSONB. More... about 1 year ago
All legacy tests are passing. More... about 1 year ago
The json_patch() code for JSONB compiles and works sometimes, but there are still issues. Incremental check-in. More... about 1 year ago
More aggressive use of jsonBlobEdit(). Improvements to the MergePatch implementation sketch. 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. More... about 1 year ago
Have SQLITE_ENABLE_SETLK_TIMEOUT builds block when locking a read-lock slot. More... about 1 year ago
In SQLITE_ENABLE_SETLK_TIMEOUT builds, use blocking locks in place of sleep() when opening a read-transaction. 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. More... about 1 year ago
Give the json_valid() function an optional second argument that determines what is meant by "valid". More... about 1 year ago
Convert the json_tree() and json_each() virtual tables over to use JSONB has their internal representation. More... about 1 year ago
All tests passing. More... about 1 year ago
Fix corner-case error conditions. More... about 1 year ago
Same results as the legacy JsonNode implementation on a small set of test cases. More... about 1 year ago
Remove unused elements from the json_tree() cursor. More... about 1 year ago
Remove the vestigal JsonNode logic from json_tree() and json_each(). More... about 1 year ago
Almost working. Path is still not exactly right when Root is defined on json_tree(). More... about 1 year ago
Generate the fullkey and path columns of json_tree(). More... about 1 year ago
Handle the path argument to json_tree() and json_each(). More... about 1 year ago
Continuing work on json_tree() against a JSONB. More... about 1 year ago