Avatar for the tursodatabase user
tursodatabase
turso
BlogDocsChangelog

Performance History

Latest Results

fix Go driver named parameter binding Go database/sql strips the SQL prefix from named parameters: sql.Named("a", val) produces NamedValue{Name: "a"}. The C-level named_position API requires the prefix, so bare names failed with "unknown named parameter". Add turso_statement_parameter_name(stmt, idx) to the sdk-kit C API (the equivalent of sqlite3_bind_parameter_name, which was only in the sqlite3 compat layer). The Go driver uses it to build a bare-name to position map from the statement metadata, resolving names without guessing which prefix the SQL used. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
glommer:drivers
59 minutes ago
test: verify source MVCC log exists before VACUUM INTO
vardbabayan:vb/6045-assert-mvcclogfile-on-vacuum-mvcc-test
3 hours ago
Add unit and integraiton tests for VACUUM INTO encryption
phinjensen:5852-vacuum-into-encryption
4 hours ago
new twststs
avinassh:vacuum3
16 hours ago

Latest Branches

CodSpeed Performance Gauge
0%
Remote drivers for all 4 supported languages#6569
2 hours ago
508a52c
glommer:drivers
CodSpeed Performance Gauge
0%
3 hours ago
2632b92
vardbabayan:vb/6045-assert-mvcclogfile-on-vacuum-mvcc-test
CodSpeed Performance Gauge
0%
6 hours ago
b8cce2b
phinjensen:5852-vacuum-into-encryption
© 2026 CodSpeed Technology
Home Terms Privacy Docs