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 659cf35 commit 1a92befCopy full SHA for 1a92bef
src/oracledb/impl/thin/capabilities.pyx
@@ -62,6 +62,7 @@ cdef class Capabilities:
62
if self.ttc_field_version < TNS_CCAP_FIELD_VERSION_23_4 \
63
or not server_caps[TNS_CCAP_TTC4] & TNS_CCAP_END_OF_REQUEST:
64
self.compile_caps[TNS_CCAP_TTC4] ^= TNS_CCAP_END_OF_REQUEST
65
+ self.supports_end_of_request = False
66
67
@cython.boundscheck(False)
68
cdef void _adjust_for_server_runtime_caps(self, bytearray server_caps):
0 commit comments