Tiago Ribeiro
d00b44d7cd
Update integration tests to use the new retrieval methods to access Record values.
2025-02-10 00:31:31 -07:00
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
sonhmai
022a8d7a83
core: return checkpoint result
2025-02-03 19:02:16 +07:00
Nikita Sivukhin
e63d84ed50
refine assertions
2025-02-02 20:10:38 +04:00
Nikita Sivukhin
6cc1b778b4
add test with rowid=-1
...
- now limbo attempts to add with overflow and panic in this case
2025-02-02 20:02:59 +04:00
Pekka Enberg
7967cc5efc
core: Kill Rows wrapper struct
...
It's just an useless wrapper, kill it.
2025-01-26 16:27:19 +02:00
sonhmai
a090fb927a
centralize Rust integration and regression tests
2025-01-21 15:41:09 +07:00