aio-libs/aioodbc

Allow autocommit to be updated

plannigan opened this issue · 1 comments

pyodbc's autocommit field can be set to change the autocommit state of the connection while it is open. Updating the property to allow the value to be set brings the implementation more in line with implementing the "same api" as pyodbc.

done