mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-19 01:24:20 +01:00
Fixes #2153. Not so sure if SQLite doesn't rollback in more cases, we should definitively check this out.
7 lines
104 B
Rust
7 lines
104 B
Rust
mod test_btree;
|
|
mod test_read_path;
|
|
mod test_write_path;
|
|
|
|
mod test_multi_thread;
|
|
mod test_transactions;
|