0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Mar 31, 2025 — Mar 31, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
JNI: add sqlite3_blob_write() overload which accepts a java.nio.ByteBuffer. Cleanups in adjacent code. More... over 2 years ago
JNI: add sqlite3_column_nio_buffer() and sqlite3_value_nio_buffer() using an only-slightly roundabout approach to creating properly-sized ByteBuffer objects. More... over 2 years ago
bottomless: make WAL checksums work across matching endianness More... over 2 years ago
Merge pull request #607 from Horusiath/libsql-execute-batch More... over 2 years ago
Merge pull request #612 from tursodatabase/embedded-replica-reset More... over 2 years ago
Merge branch 'main' into embedded-replica-reset More... over 2 years ago
Update libsql/src/local/database.rs More... over 2 years ago
JNI: add sqlite3_result_nio_buffer() and tests. Discover that we cannot create sensible sqlite3_column_nio_buffer() or sqlite3_value_nio_buffer() counterparts because of ByteBuffer interface limitations. More... over 2 years ago
run cargo fmt More... over 2 years ago
test embedded replica reset. More... over 2 years ago
reset embedded replica on incompatible log. More... over 2 years ago
Merge pull request #611 from tursodatabase/lucio/prepare-0.22.1 More... over 2 years ago
server: prepare v0.22.1 release More... over 2 years ago
Merge pull request #609 from tursodatabase/replica-restart More... over 2 years ago
Cure many warnings from gcc, clang and CL.exe. More... over 2 years ago
test replica restart More... over 2 years ago
JNI: add sqlite3_bind_nio_buffer() and initial tests for binding ByteBuffer objects as blobs on JVMs which have JNI support for nio buffers. More... over 2 years ago
Gracefully shutdown http services More... over 2 years ago
Add new fts5 API xQueryToken().
dan
More... over 2 years ago
Fix var-intro after executable code departure from old C. More... over 2 years ago
Slight cleanup of length-limited strpbrk() replacement, and eliminate strpbrk() call. More... over 2 years ago
fix namespace reset on imcompatible log More... over 2 years ago
Enhance console_io to permit emits limited in various ways, such as valid UTF-8, upto control chars, or with counted limits, all getting away from 0-termination as the sole limit. In CLI, use this capability to avoid certain emit-chars-singly procedures that were breaking up UTF-8 characters. This fixes broken json mode output (on Windows) and (maybe) C-literal-like emits. More... over 2 years ago
impl column_type More... over 2 years ago
extract sqlite3-parser to its own feature referenced by replication/hrana More... over 2 years ago
added database connection execute batch support More... over 2 years ago
Add sqlite3_x86.exe unversioned binary. More... over 2 years ago
Use setOutputStream() to designate implicit output for oput{z,f}() emit functions, and use them extensively. More... over 2 years ago
Write BOM without fwrite(), using sputz() so that if it goes to the console, it is translated "properly". More... over 2 years ago
Remove SHELL_LEGACY_CONSOLE_IO PP symbol and code it made active. (It is in the repo if ever needed/wanted, but it is just inferior or dead code now.) More... over 2 years ago