0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Mar 31, 2025 — Mar 31, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
JSON cache is now more effective.
drh
More... over 2 years ago
Fix up the JSON cache to work better.
drh
More... over 2 years ago
Merge pull request #745 from tursodatabase/lucio/remove-deb More... over 2 years ago
prepare: v0.22.9 release More... over 2 years ago
server: remove dbg! in trace More... over 2 years ago
namespace: make namespace cache configurable More... over 2 years ago
Merge pull request #741 from tursodatabase/lucio/in-process-s3 More... over 2 years ago
Apply suggestions from code review More... over 2 years ago
Cache is working better, but does not preserve the hasJson5 flag.
drh
More... over 2 years ago
First attempt to get the JSON text-to-binary cache working. All test cases pass, but the cache seems not to help much.
drh
More... over 2 years ago
libsql-server: use LRU cache to store active namespaces More... over 2 years ago
Merge pull request #742 from tursodatabase/remove-stray-dir-in-test More... over 2 years ago
fix test leaving stray directory More... over 2 years ago
Remove all trace of JsonNode from the JSON implementation. The JSONB format is used as the internal binary encoding for searching and editing.
drh
More... over 2 years ago
sqld: add in process s3 for bottomless tests More... over 2 years ago
Convert json_valid() over to using only JSONB as its internal format.
drh
More... over 2 years ago
Add a basic batch-mode SQL runner for the SAH Pool VFS, for use in comparing it against WebSQL. Bring the WebSQL batch runner up to date, noting that it cannot run without addition of an "origin trial" activation key from Google because that's now the only way to enable WebSQL in Chrome (that part is not checked in because that key is private). Minor code-adjacent cleanups. More... over 2 years ago
Convert json_type() to use JSONB internally.
drh
More... over 2 years ago
Convert json_insert(), json_replace(), and json_set() over to using only JSONB internally.
drh
More... over 2 years ago
Enhance json_set() and json_insert() so that they create missing substructure.
drh
More... over 2 years ago
Simplification of the new JSON insert/set test cases.
drh
More... over 2 years ago
New JSON test cases showing insert or set with missing substructure.
drh
More... over 2 years ago
bump libsql-server to v0.22.8 More... over 2 years ago
New test cases for insert/set/replace with paths that indicate substructure that does not yet exist.
drh
More... over 2 years ago
Merge pull request #737 from tursodatabase/wal-hook-v2 More... over 2 years ago
update bindings More... over 2 years ago
Merge pull request #719 from tursodatabase/snapshot-shutdown More... over 2 years ago
Merge pull request #517 from tursodatabase/wal-hook-v2 More... over 2 years ago
Make snapshot at shutdown opt in More... over 2 years ago
fmt More... over 2 years ago