limbo/tests/integration
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
..
functions core: Move result row to ProgramState 2025-02-06 11:52:26 +02:00
fuzz core: Move result row to ProgramState 2025-02-06 11:52:26 +02:00
pragma centralize Rust integration and regression tests 2025-01-21 15:41:09 +07:00
query_processing core: Move result row to ProgramState 2025-02-06 11:52:26 +02:00
wal core: Move result row to ProgramState 2025-02-06 11:52:26 +02:00
common.rs dont eagerly allocate result column name strings 2025-02-05 17:53:23 +02:00
mod.rs core: return checkpoint result 2025-02-03 19:02:16 +07:00