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
This needs some investigation but it seems calling commit after a sql error commits some statements, even if the connection says aborted.
This leaves Sqlg's cache in a bad state as afterCommit does not fire yet some sql commands did indeed commit.
In particular investigate this behaviour with partitions.
The text was updated successfully, but these errors were encountered:
This needs some investigation but it seems calling commit after a sql error commits some statements, even if the connection says aborted.
This leaves Sqlg's cache in a bad state as
afterCommit
does not fire yet some sql commands did indeed commit.In particular investigate this behaviour with partitions.
The text was updated successfully, but these errors were encountered: