limbo/tests/integration/query_processing
Pekka Enberg 8161badbf4 core/vdbe: Don't rollback transaction when write upgrade fails
If upgrade from read to write transaction fails, don't roll back the
transaction. Instead restore the transaction into its original state,
which allows deferred transactions that have not read anything to
restart automatically.

Fixes #2984
2025-09-10 10:51:52 +03:00
..
encryption.rs core: Make strict schema support experimental 2025-09-02 16:40:02 +03:00
mod.rs Add a simple test for encryption 2025-08-20 11:47:25 +05:30
test_btree.rs Fix clippy warnings and remove self casts 2025-08-28 09:45:19 -04:00
test_multi_thread.rs Add test_schema_reprepare_write 2025-08-11 18:56:53 -03:00
test_read_path.rs fix tests 2025-08-04 13:08:30 -03:00
test_transactions.rs core/vdbe: Don't rollback transaction when write upgrade fails 2025-09-10 10:51:52 +03:00
test_write_path.rs core: Make strict schema support experimental 2025-09-02 16:40:02 +03:00