Files
turso/core
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
..
2025-02-05 20:02:57 +02:00
2025-02-06 10:44:37 +02:00
2025-01-28 14:55:38 -05:00
2025-01-28 14:55:38 -05:00
2025-02-06 11:52:26 +02:00
2025-01-11 17:19:25 +02:00
2024-12-24 18:04:30 +01:00
2025-02-06 11:52:26 +02:00
2025-02-06 11:52:26 +02:00