limbo/core/vdbe
Pekka Enberg a72b07e949
Merge 'Fix VDBE program abort' from Nikita Sivukhin
This PR add proper program abort in case of unfinished statement reset
and interruption.
Also, this PR makes rollback methods non-failing because otherwise of
their callers usually unclear (if rollback failed - what is the state of
statement/connection/transaction?)

Reviewed-by: Preston Thorpe <preston@turso.tech>

Closes #3591
2025-10-07 09:07:07 +03:00
..
builder.rs add explicit tracker for Txn cleanup necessary for statement 2025-10-06 17:51:43 +04:00
execute.rs Merge 'Fix VDBE program abort' from Nikita Sivukhin 2025-10-07 09:07:07 +03:00
explain.rs VDBE: implement SorterCompare 2025-10-03 22:58:42 +03:00
insn.rs VDBE: implement SorterCompare 2025-10-03 22:58:42 +03:00
likeop.rs
metrics.rs add metrics and implement the .stats command 2025-08-18 09:11:06 -05:00
mod.rs add explicit tracker for Txn cleanup necessary for statement 2025-10-06 17:51:43 +04:00
sorter.rs Fix: actually enforce uniqueness in CREATE UNIQUE INDEX 2025-10-03 22:58:42 +03:00