gnu-octave / octave-sqlite

Native SQLite interface for GNU Octave
GNU General Public License v3.0
3 stars 1 forks source link

Verify how AutoCommit = off works #3

Open lostbard opened 1 year ago

lostbard commented 1 year ago

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

lostbard commented 1 year ago

Requires someone with access to matlab to run a test script for me.