tomyeh / postgresql

Dart Postgresql database library.
https://quire.io
BSD 2-Clause "Simplified" License
15 stars 7 forks source link

Support for nested transactions. #23

Closed darkstarx closed 2 years ago

darkstarx commented 2 years ago

Hi! It would be useful to support for nested transactions in the Connection.runInTransaction. Please, consider to look at this point. The operation can execute another query on the same connection, and this another operation must also be rollback and committable.

tomyeh commented 2 years ago

@darkstarx Thanks. It looks good. I'll publish to Dart Pub later.