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 10f23af commit 53bff87Copy full SHA for 53bff87
src/oracledb/impl/thin/messages.pyx
@@ -2538,7 +2538,7 @@ cdef class TransactionChangeStateMessage(Message):
2538
"""
2539
cdef:
2540
bytes global_transaction_id, branch_qualifier, xid_bytes
2541
- uint32_t format_id
+ uint32_t format_id = 0
2542
2543
# acquire data to send to the server
2544
if self.xid is not None:
0 commit comments