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
Fix harmless compiler warnings in FTS5.
drh
More... over 2 years ago
Enhance the (undocumented, debug-only) json_parse() SQL function so that it returns the text rendering of the JSONB parse of the input, rather than printing the rendering on stdout.
drh
More... over 2 years ago
Fix a problem in the shell tool (not library) causing an out-of-bounds write if an ".open" command failed, then the user pressed ctrl-c to interrupt a query running on the substitute in-memory database.
dan
More... over 2 years ago
make replication latency cache configurable More... over 2 years ago
configurable replication latency cache size More... over 2 years ago
count replication latency cache misses More... over 2 years ago
Merge pull request #835 from tursodatabase/penberg/out-of-sync-replication-lat More... over 2 years ago
Add a metric for out-of-sync replication values More... over 2 years ago
fixed cursor step error protocol mismatch More... over 2 years ago
adjusted metrics counter More... over 2 years ago
libsql-sys: bring back unix-excl-vfs feature More... over 2 years ago
Ensure that the xColumnText(), xQueryPhrase() and xPhraseFirstColumn() APIs all return SQLITE_RANGE if they are passed a bad column or phrase number.
dan
More... over 2 years ago
Improved handling of malformed unicode within JSON strings.
drh
More... over 2 years ago
Merge pull request #832 from tursodatabase/replication-latencies More... over 2 years ago
send commit timestamp to replicas to compute replication latencies More... over 2 years ago
record replication latency in replicas More... over 2 years ago
add timestamp to replication protocol More... over 2 years ago
fix missig feature in libsql-replication More... over 2 years ago
restore Cargo.lock More... over 2 years ago
regenerate bundled c More... over 2 years ago
reduced iteration count for replication test More... over 2 years ago
c binding: use explicit runtime + replace futures::Mutext with tokio::Mutex More... over 2 years ago
replaced custom read lines with tokio-util::Lines More... over 2 years ago
replaced custom read lines with tokio-util::Lines More... over 2 years ago
Hrana HttpSend::oneshot - check if tokio runtime is active before calling More... over 2 years ago
added async to benchmarks + cfg futures::Stream for Statement More... over 2 years ago
post-rebase fixes More... over 2 years ago
Remove an ALWAYS() added in [c50e6c2ace49d092] because it is sometimes false. dbsqlfuzz c393a4f783d42efd9552772110aff7e5d937f15e.
drh
More... over 2 years ago
Fix harmless compiler warnings associated with [5db30bcc338aac1c]
drh
More... over 2 years ago
Avoid signed integer overflow during integrity_check of FTS5.
drh
More... over 2 years ago