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
If a statement within a multi-statement transaction causes an error, such as an INSERT that does not provide a value for a NOT NULL column, this error is currently lost. It should probably throw an exception back to the caller.