Closed GoogleCodeExporter closed 8 years ago
It's not a known issue. It is possible that the call to set autocommit is
failing
and pyodbc ate the error.
Can you turn on ODBC tracing and try a very simple test? Maybe just connect,
insert
one record, then exit without committing?
Original comment by mkleehammer
on 3 Dec 2008 at 3:51
Sorry, false alarm. The problem was an alter trigger command in my transaction.
I
forgot that in Oracle, as any DDL statement, this will automatically cause a
commit
on the current transaction. After moving the DDL outside the transaction,
everything
worked as expected. Thanks for the quick response.
Original comment by ch.zwerschke@gmail.com
on 3 Dec 2008 at 5:31
Original comment by mkleehammer
on 3 Dec 2008 at 7:02
Original comment by mkleehammer
on 21 Nov 2010 at 4:43
Original issue reported on code.google.com by
ch.zwerschke@gmail.com
on 3 Dec 2008 at 3:05