limbo/core
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
..
benches make rollback non-failing method 2025-10-06 13:21:45 +04:00
ext remove mvvmode and set logical log as default 2025-09-18 18:22:25 +02:00
functions Merge 'printf should truncates floats' from Pavan Nambi 2025-10-01 19:31:39 -04:00
incremental Merge 'Fix VDBE program abort' from Nikita Sivukhin 2025-10-07 09:07:07 +03:00
io Merge 'eliminate the need for another Once in Completion' from Pedro Muniz 2025-10-06 19:52:41 -04:00
json implement json_tree 2025-09-23 14:22:02 -04:00
mvcc Merge 'Fix VDBE program abort' from Nikita Sivukhin 2025-10-07 09:07:07 +03:00
numeric feat: add CAST to fuzzer 2025-09-24 18:06:55 -03:00
storage Merge 'Fix VDBE program abort' from Nikita Sivukhin 2025-10-07 09:07:07 +03:00
time
translate fmt fixes 2025-10-07 10:20:13 +05:30
vdbe Merge 'Fix VDBE program abort' from Nikita Sivukhin 2025-10-07 09:07:07 +03:00
vector
assert.rs
build.rs
Cargo.toml Merge 'core/storage: Switch page cache queue to linked list' from Pekka Enberg 2025-10-01 16:39:47 +03:00
error.rs remove unnecessary SchemaLocked error 2025-10-06 12:15:15 +04:00
fast_lock.rs remove some unnecessary unsafe impls 2025-09-21 13:29:59 -03:00
function.rs core/function: Wrap ExtFunc in Arc 2025-09-17 11:57:23 +03:00
info.rs
lib.rs Merge 'Fix VDBE program abort' from Nikita Sivukhin 2025-10-07 09:07:07 +03:00
parameters.rs remove unnecessary enum variant 2025-09-30 14:52:59 +04:00
pragma.rs Add new mvcc_checkpoint_threshold pragma name 2025-10-07 10:17:05 +05:30
pseudo.rs
schema.rs make rollback non-failing method 2025-10-06 13:21:45 +04:00
series.rs
state_machine.rs mvcc: simplify StateMachine 2025-09-22 16:37:31 +03:00
types.rs fix(3306): substr scalar should also work with non-text values 2025-09-29 21:42:21 -03:00
util.rs Handle table ID / rootpages properly for both checkpointed and non-checkpointed tables 2025-09-30 16:53:12 +03:00
uuid.rs
vtab.rs implement json_tree 2025-09-23 14:22:02 -04:00