erikgrinaker / toydb

Distributed SQL database in Rust, written as an educational project
Apache License 2.0
6.13k stars 565 forks source link

Errors should roll back automatic transactions #16

Closed erikgrinaker closed 4 years ago

erikgrinaker commented 4 years ago

Errors in single-statement transactions currently leave the transaction open, giving serialization errors when other txns try to modify a record.