MSSQL and autocommit
Marcos Sánchez Provencio <[email protected]>
| Newsgroups | gmane.comp.python.sybase |
|---|---|
| Message-ID | <1045731010.4874.11.camel@cynar> |
I believe autocommit is silently wrong in MSSQL. It seems that executing
conn.execute('set implicit_transactions on')
after connecting (where conn is the connection returned by
Sybase.connect) works fine.
--
Marcos Sánchez Provencio <[email protected]>