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
updated hyper-based cursors to make it work with generic stream impl More... over 2 years ago
hyper: add "stream" feature More... over 2 years ago
abstracted HttpStream between hyper and cloudflare clients More... over 2 years ago
removed lifetime param from HttpSend More... over 2 years ago
Enhancements to the "randomjson.c" extension. Automatically load that extension into fuzzcheck.
drh
More... over 2 years ago
Update bottomless documentation More... over 2 years ago
Enable SQLITE_STRICT_SUBTYPE for default builds of the shell, fuzzcheck, and testfixture.
drh
More... over 2 years ago
Merge pull request #714 from tursodatabase/penberg/c-bindings-remote More... over 2 years ago
New test case based on Chromium bug report 1511689.
drh
More... over 2 years ago
In the count-of-view optimization, deferring freeing obsolete parts of the parse tree, on the off-chance that some other part of the code might be holding a pointer to those parts.
drh
More... over 2 years ago
Avoid expiring prepared statements in the middle of an integrity-check.
dan
More... over 2 years ago
Merge pull request #488 from vlcn-io/update-libsql More... over 2 years ago
Add mention of --buildonly and --dryrun to the testrunner.tcl usage screen.
drh
More... over 2 years ago
Fix a new JSON test case so that it works even if SQLITE_OMIT_VIRTUALTABLE is defined.
drh
More... over 2 years ago
Merge pull request #792 from tursodatabase/lucio/rework-https More... over 2 years ago
Do not run test script fts5origintest4.test with either "memsubsys1" or "mmap" permutations.
dan
More... over 2 years ago
Avoid running the "no_mutex_try" tests with SQLITE_ENABLE_SETLK_TIMEOUT builds as part of the release test.
dan
More... over 2 years ago
libsql: expose `with_connector` constructors More... over 2 years ago
Correct --enable-sab flag in ext/wasm/GNUmakefile to fix a silent alhttpd args-parsing error. More... over 2 years ago
drop Cargo.lock More... over 2 years ago
one of those painful rebases: part I More... over 2 years ago
Use SQLITE_STRICT_SUBTYPE=1 by default for the JNI and WASM builds unless they're explicitly built with SQLITE_STRICT_SUBTYPE=0. More... over 2 years ago
libsql: add read your writes support More... over 2 years ago
Add assert()s to FTS5 to fix static analyzer warnings.
drh
More... over 2 years ago
Fix harmless compiler warnings in JSON and FTS5.
drh
More... over 2 years ago
Improve the error message returned by an fts5 'rebuild' command on an external content table if there is a problem with the content table or view.
dan
More... over 2 years ago
Enhance aggregate order-by so that it transmits subtype information through the sorter. Fix for the deficiency reported by [forum:/forumpost/87347ad2fb5a8f76|forum post 87347ad2fb5a8f76].
drh
More... over 2 years ago
Format More... over 2 years ago
Pass subtype information through the aggregate ORDER BY sorter for aggregate functions that use subtype information.
drh
More... over 2 years ago
In CLI, fix .read inability to open 2GB+ files on WIN32. More... over 2 years ago