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
The following code gets stuck at conn.rollback(). If I change the undefined parameter to null(name is not nullable), it rolls back as expected. I know the parameters should not be undefined, but there is always a chance of accidents.
The following code gets stuck at
conn.rollback()
. If I change the undefined parameter to null(name is not nullable), it rolls back as expected. I know the parameters should not be undefined, but there is always a chance of accidents.The text was updated successfully, but these errors were encountered: