groue / GRDBCombine

GRDB ❤️ Combine
MIT License
223 stars 16 forks source link

Fix error handling of asynchronous writes #27

Closed groue closed 4 years ago

groue commented 4 years ago

This pull request fixes a bug in the error handling of asynchronous writes.

They did not rollback the asynchronous transaction in case of error 😓