go-sqlite3 icon indicating copy to clipboard operation
go-sqlite3 copied to clipboard

Rollback on constraint failure

Open joshbuddy opened this issue 3 years ago • 0 comments

This fixes an issue where deferred constraints can leave the transaction in an inconsistent state. In the event of a failed deferred constraint, we need to issue a rollback in order to make a transaction startable later.

joshbuddy avatar Aug 05 '22 15:08 joshbuddy