Files
turso/tests/integration/query_processing/mod.rs
Diego Reis 9ade79b3ad Do not rollback in TxError
Fixes #2153. Not so sure if SQLite doesn't rollback in more cases, we
should definitively check this out.
2025-07-18 01:11:51 -03:00

7 lines
104 B
Rust

mod test_btree;
mod test_read_path;
mod test_write_path;
mod test_multi_thread;
mod test_transactions;