0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Mar 31, 2025 — Mar 31, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add NamespaceStore::jwt_key(&self, NamespaceName) More... about 2 years ago
Add jwt_key to DatabaseConfig More... about 2 years ago
Merge pull request #856 from tursodatabase/lucio/prepare-vendored-crates-for-release More... about 2 years ago
libsql: ping ffi version in sys More... about 2 years ago
libsql: fix ffi crate cargo.toml for publish More... about 2 years ago
libsql: prepare crates for publishing More... about 2 years ago
Avoid errors with SQLITE_OMIT_VIRTUALTABLE builds in json106.test and unionall.test.
drh
More... about 2 years ago
Avoid errors with SQLITE_OMIT_VIRTUALTABLE builds in json106.test and unionall.test.
dan
More... about 2 years ago
Restructure some code to fix what appears to be a false-positive UBSAN warning.
drh
More... about 2 years ago
un-submodule SQLite3MultipleCiphers: 1.8.1 More... about 2 years ago
libsql-server,libsql-sys: move encryption to a feature More... about 2 years ago
libsql-ffi: move multiple-ciphers support to a feature More... about 2 years ago
Merge pull request #820 from tursodatabase/durable-meta-store More... about 2 years ago
Fix a #ifdef in sqlite3_test_control() that was preventing builds with SQLITE_OMIT_WSD.
drh
More... about 2 years ago
Convert the JSON functions to use lookaside memory allocation whenever feasible, to avoid hitting the global memory allocator mutex.
drh
More... about 2 years ago
Change a constant from decimal to hex to avoid a compiler warning on Mac.
drh
More... about 2 years ago
Enhance sqlite3_analyzer.exe so that it uses the ext/consio extension.
drh
More... about 2 years ago
review changes More... about 2 years ago
Update the sqldiff.exe utility program so that it uses the sqlite3_str string interface, and so that it does console output using the ext/consio extension.
drh
More... about 2 years ago
update SQLite3MultipleCiphers submodule More... about 2 years ago
Merge pull request #845 from QuiiBz/ci/docker-release-amd64-arm64 More... about 2 years ago
main,pager,pragma: forward-declare custom libsql functions More... about 2 years ago
Merge pull request #775 from tursodatabase/fix-blocking-builder-write-proxy More... about 2 years ago
libsql-sqlite3: add hooks for vfs, pragmas and uri More... about 2 years ago
Back out [b517a52fa36df0a0] which is no longer reachable due to early error detection enhancements in [166e82dd20efbfd3].
drh
More... about 2 years ago
Adjust the sqlite3PagerDirectReadOk() routine (part of the SQLITE_DIRECT_OVERFLOW_READ optimization) to use less code and to be more easily testable.
drh
More... about 2 years ago
Fix a problem in fts5 caused by a COMMIT involving fts5 data that immediately follows a ROLLBACK TO that does not.
dan
More... about 2 years ago
Increase the default "max_page_count" to its theoretical maximum of 4294967294.
drh
More... about 2 years ago
Merge pull request #849 from tursodatabase/fix-deser More... about 2 years ago
pager,wal: first batch of hooks to integrate encryption More... about 2 years ago