You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How should one rollback a transaction? It looks like it'll roll back if the callback function crashes, but I wasn't sure what the recommendation was otherwise.
Hello!
How should one rollback a transaction? It looks like it'll roll back if the callback function crashes, but I wasn't sure what the recommendation was otherwise.
Is running
pgo:query("rollback")appropriate?Thanks,
Louis