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 82320ae commit 12a935aCopy full SHA for 12a935a
doc/src/release_notes.rst
@@ -23,9 +23,9 @@ Thin Mode Changes
23
needs to be closed and a new one established).
24
#) Internally make use of the `TCP_NODELAY` socket option to remove delays
25
in socket reads.
26
-#) Eliminated unnecessary restriction that resulted in error
27
- ``DPY-3011: server logon version is not supported``.
28
-#) Fixed bug when calling cursor.parse() multiple times with the same SQL.
+#) Fixed bug when calling :func:`Cursor.parse()` multiple times with the same
+ SQL statement.
+#) Fixed bug that prevented connecting to Oracle Database 12.1.0.1.
29
30
Thick Mode Changes
31
++++++++++++++++++
0 commit comments