iml130 / sola

A decentralized communication middleware
https://iml130.github.io/sola/
Other
8 stars 5 forks source link

Erroneous SQL statements with deferred logging will not be detected #150

Open janagoe opened 9 months ago

janagoe commented 9 months ago

If erroneous SQL statements (or statements for that e.g. INSERT would fail because of constrain violation) are executed, they are not detected with deferred logging because all statements are executed as one transaction. The database is becoming completely empty, no error is throw and the execution (except logging) continues normally.