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
Revert "chore: test in PR if it builds successfully" More... about 2 years ago
Merge pull request #850 from psarna/clifix65 More... about 2 years ago
clippy fixes More... about 2 years ago
Merge pull request #799 from tursodatabase/hrana-pipeline-return-replication-index More... about 2 years ago
Merge pull request #836 from tursodatabase/count-replication-latencies-cache-misses More... about 2 years ago
fix bincode deserialize error More... about 2 years ago
test embedded replica proxy query returning value More... about 2 years ago
Merge pull request #846 from tursodatabase/remove_is_anonymous More... about 2 years ago
Elaborate on the various build flavors used by ext/wasm/. Doc changes only. More... about 2 years ago
Update and clean up the in-makefile docs for ext/wasm. More... about 2 years ago
adjusted tests More... about 2 years ago
added is_autocommit flag setup during execute requests More... about 2 years ago
Hrana HttpConnection: use shared Hrana stream More... about 2 years ago
Back out [99d11e6d0ae6] (enabling of STAT4 in WASM/JNI), per /chat discussion. More... about 2 years ago
New logic to avoid using indexes that ANALYZE has identified as of little practical use. Also a performance optimization in ANALYZE.
drh
More... about 2 years ago
Remove some unnecessary computations from ANALYZE so that ANALYZE runs with fewer CPU cycles. These changes were spotted while working on the nearby enhanced-stat1 branch. So even if enhanced-stat1 is abandoned, that effort put into it will not have been in vain.
drh
More... over 2 years ago
Extra steps taken to avoid using low-quality indexes in a query plan. This branch accomplishes the same end as the nearby enhanced-stat1 branch, but with much less change and hence less risk.
drh
More... over 2 years ago
Remove Authenticated::is_anonymous More... over 2 years ago
chore: test in PR if it builds successfully More... over 2 years ago
ci: release Docker images for arm64 More... over 2 years ago
JNI: move the ByteBuffer-using APIs from public to package visibility for the time being because they have UB-inducing possibilities which need to be worked out. Update test code to account for a change in custom FTS5 columntext() impls. More... over 2 years ago
WASM: various build cleanups and add initial infrastructure for a build which elides the oo1 API and its dependents (worker1 and promiser). Sidebar: an attempt was made to move generation of the build rules to an external script, but the mixed-mode make/script was even less legible than the $(eval) indirection going on in the makefile. More... over 2 years ago
Add boolean visitor More... over 2 years ago
Use SQLITE_ENABLE_STAT4 in both the WASM and JNI builds. More... over 2 years ago
Merge pull request #834 from psarna/unix-excl-vfs More... over 2 years ago
Merge pull request #837 from tursodatabase/configurable-replication-latency-cache-size More... over 2 years ago
Minor doc touchup in the JS bits. More... over 2 years ago
Enable SQLITE_DIRECT_OVERFLOW_READ unless it is specifically disabled using the -DSQLITE_DIRECT_OVERFLOW_READ=0 compile-time option.
drh
More... over 2 years ago
Update fts5origintext4.test to work with SQLITE_DIRECT_OVERFLOW_READ.
dan
More... over 2 years ago
Performance improvement by unwinding a loop in jsonAppendString().
drh
More... over 2 years ago