0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2024-11-13 13:19:25 +00:00
libsql/bindings/c
Tom van Dinther 35e9af0acc Add statement reset to libsql_reset_stmt C binding
Without this call to stmt.reset(), the prepared statement is not correctly reset and the same values are read back despite having new bindings.

Fixes #1481
2024-08-31 22:07:36 +02:00
..
include rename function 2024-08-30 16:56:54 +04:00
src Add statement reset to libsql_reset_stmt C binding 2024-08-31 22:07:36 +02:00
build.rs move crates to root 2023-10-16 09:06:25 -07:00
Cargo.toml add libsql_enable_tracing to the libsql 2024-08-30 15:45:37 +04:00
cbindgen.toml move crates to root 2023-10-16 09:06:25 -07:00
example.c Go bindings: separate query and exec (#1047) 2024-03-12 12:40:03 +00:00
Makefile React Native support (#1423) 2024-06-25 17:39:27 +00:00