0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Mar 31, 2025 — Mar 31, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use NonZeroU32 for frame_no and page_no More... over 2 years ago
Use an assert() to fix a harmless static analyzer warning.
drh
More... over 2 years ago
Fix OOM and corrupt JSONB handling in json_patch().
drh
More... over 2 years ago
Rename the internal routine jsonMergePatchBlob() to just jsonMergePatch().
drh
More... over 2 years ago
implemented new HttpSend trait over cloudflare http response More... over 2 years ago
sqld: release v0.22.10 More... over 2 years ago
sqld: add version label More... over 2 years ago
sqld: use debug for error messages More... over 2 years ago
Add further tests for xInstToken().
dan
More... over 2 years ago
Fixes to error handling in json_array_length().
drh
More... over 2 years ago
Do not make the input JSONB editable in json_remove() if there are no PATH argument.
drh
More... over 2 years ago
Fix errors in rendering JSON5 escape sequences embedded in JSONB.
drh
More... over 2 years ago
Fixes for xInstToken() with tokendata=0 tables. And with prefix queries.
dan
More... over 2 years ago
Fix memory leak in new code on this branch.
dan
More... over 2 years ago
Merge pull request #753 from tursodatabase/fix-libsql-deser More... over 2 years ago
Fix a problem with the xInstCount() API and "ORDER BY rank" queries.
dan
More... over 2 years ago
Continuing simplifications and code cleanup.
drh
More... over 2 years ago
Fix bug in xInstToken() causing the wrong token to be returned.
dan
More... over 2 years ago
Merge pull request #752 from tursodatabase/clippy7 More... over 2 years ago
fix libsql Value deserialization More... over 2 years ago
Remove reachable ALWAYS and NEVER macros.
drh
More... over 2 years ago
Two new NEVER macros.
drh
More... over 2 years ago
Add tests for using tokendata=1 and contentless_delete=1 together.
dan
More... over 2 years ago
namespace: add a function for verifying if a namespace exists More... over 2 years ago
treewide: apply clippy More... over 2 years ago
Repair issues and inefficiencies found during testing.
drh
More... over 2 years ago
namespace: snapshot on evict More... over 2 years ago
namespace: check if a namespace exists early More... over 2 years ago
using cursors by default without API changes: cursor->batch_result conversion More... over 2 years ago
Better pre-scan size estimations for objects in the JSON parser resulting in fewer reallocations and memmove operations.
drh
More... over 2 years ago