limbo/tests/integration/query_processing
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
..
mod.rs centralize Rust integration and regression tests 2025-01-21 15:41:09 +07:00
test_read_path.rs core: Move result row to ProgramState 2025-02-06 11:52:26 +02:00
test_write_path.rs core: Move result row to ProgramState 2025-02-06 11:52:26 +02:00