We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65cbf6e commit 084ecf0Copy full SHA for 084ecf0
src/oracledb/impl/thin/connection.pyx
@@ -523,7 +523,6 @@ cdef class ThinConnImpl(BaseThinConnImpl):
523
if message.state != TNS_TPC_TXN_STATE_ABORTED:
524
errors._raise_err(errors.ERR_UNKNOWN_TRANSACTION_STATE,
525
state=message.state)
526
- self._transaction_context = None
527
528
529
cdef class AsyncThinConnImpl(BaseThinConnImpl):
@@ -1095,4 +1094,3 @@ cdef class AsyncThinConnImpl(BaseThinConnImpl):
1095
1094
1096
1097
1098
0 commit comments