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
Currently, on setting autocommit = off, I effectively run a "begin" statement.
On setting off, it verifies there are no other committable statements before calling rollback - unless there are - then it will error.
On calling commit or rollback, the autocommit flags goes back of "on".
Not sure what matlab does - so need to verify to make how it works compatible
The text was updated successfully, but these errors were encountered:
Currently, on setting autocommit = off, I effectively run a "begin" statement.
On setting off, it verifies there are no other committable statements before calling rollback - unless there are - then it will error.
On calling commit or rollback, the autocommit flags goes back of "on".
Not sure what matlab does - so need to verify to make how it works compatible
The text was updated successfully, but these errors were encountered: