UWHustle / hustle-in-Rust-now-defunct

Hustle
GNU General Public License v3.0
7 stars 1 forks source link

Execution engine processes transactional statements #109

Closed kpgaffney closed 4 years ago

kpgaffney commented 4 years ago

The bulk of the transaction manager has been rewritten to pass BEGIN TRANSACTION and COMMIT TRANSACTION statements to the execution engine. Additionally, each statement passed to the execution engine is associated with a transaction ID. This will allow the execution engine to manage write-ahead logging for transactions.