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.
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.