mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-12-23 08:21:09 +00:00
When the SchemaUpdated error occurs during statement execution, don't roll back the transaction, but instead re-prepare the statement. Spotted by Whopper.
11 lines
196 B
Rust
11 lines
196 B
Rust
mod test_btree;
|
|
mod test_ddl;
|
|
mod test_read_path;
|
|
mod test_write_path;
|
|
|
|
mod encryption;
|
|
mod test_expr_index;
|
|
mod test_multi_thread;
|
|
mod test_page1;
|
|
mod test_schema_updated;
|
|
mod test_transactions;
|