0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Mar 31, 2025 — Mar 31, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
C/Go bindings: Use libsql::Statement in prepare (#960) More... about 2 years ago
When rendering JSONB back into text JSON, report an error if a zero-length integer or floating-point node is encountered. Otherwise, if the node occurs at the very end of the JSONB, the rendering logic might read one byte past the end of the initialized part of the BLOB byte array. OSSFuzz 66284.
drh
More... about 2 years ago
Consolidate Hrana proto definitions in one source (#939) More... about 2 years ago
extend snapshot test sleep (#958) More... about 2 years ago
wal.c: fix the function pointer type (#957) More... about 2 years ago
Automatically disable the DISTINCT optimization during query planning if the ORDER BY clause exceeds 63 terms.
drh
More... about 2 years ago
Apply the same fix found in [99057383acc8f920] to descending scans.
drh
More... about 2 years ago
Libsql query multi-statements string (#902) More... about 2 years ago
server: add embedded replica usage stats (#946) More... about 2 years ago
introduce snapshot store (#931) More... about 2 years ago
chore: fix ffi build with all features (#950) More... about 2 years ago
use system allocator (#945) More... about 2 years ago
return number of committed frames on insert_frames (#938) More... about 2 years ago
Go bindings: Add support for transactions and more tests (#944) More... about 2 years ago
Go bindings add positional parameters (#920) More... about 2 years ago
chore: fix ffi build script again (#942) More... about 2 years ago
libsql: add local sync write delegation (#940) More... about 2 years ago
Ignore SQLite3MultipleCiphers build folder during Docker build (#941) More... about 2 years ago
Merge pull request #937 from tursodatabase/athos/stats-id More... about 2 years ago
Add UUID to stats More... about 2 years ago
Merge pull request #935 from tursodatabase/disable-encryption More... about 2 years ago
Merge pull request #926 from tursodatabase/recover-no-commit More... about 2 years ago
disable replication More... about 2 years ago
Merge pull request #933 from tursodatabase/go_fix More... about 2 years ago
Go bindings: Improve Connector close More... about 2 years ago
Merge pull request #932 from tursodatabase/fix-docker-build More... about 2 years ago
fix docker build More... about 2 years ago
Slight adjustment to test results for Windows in mmap1.test due to the previous check-in.
drh
More... about 2 years ago
In os_unix.c and os_win.c, do not allow xFetch() to return a pointer to a page buffer that is right at the end of the mapped region - if the database is corrupted in a specific way such a page buffer might be overread by several bytes.
drh
More... about 2 years ago
Fix harmless "unused parameter" compiler warning in the new fts3IntegrityMethod implementation.
drh
More... about 2 years ago