sqlg
sqlg copied to clipboard
Improve error handling on stale objects
When an element is created and accesses after a rollback sql errors are thrown as the element in fact does not exist and the id is wrong. Think of some way to recognize the scenario and throw a nice exception.