limbo/sqlite3
Pekka Enberg c210821100 core: Move result row to ProgramState
Move result row to `ProgramState` to mimic what SQLite does where `Vdbe`
struct has a `pResultRow` member. This makes it easier to deal with result
lifetime, but more importantly, eventually lazily parse values at the edges of
the API.
2025-02-06 11:52:26 +02:00
..
examples sqlite3: Fix example program 2024-05-08 07:19:57 -03:00
include Fix inconsistent SQLITE_NOTFOUND error code 2025-01-03 11:19:21 +01:00
src core: Move result row to ProgramState 2025-02-06 11:52:26 +02:00
tests Remove dependency on system libsqlite headers from compatibility tests 2025-01-03 11:19:21 +01:00
Cargo.toml Implement basic sqlite3_get_table() API 2024-12-19 23:13:51 -03:00
cbindgen.toml Initial pass on SQLite C ABI 2024-05-08 07:05:56 -03:00