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 9a0b18f commit 1191748Copy full SHA for 1191748
doc/src/release_notes.rst
@@ -28,6 +28,7 @@ Thin Mode Changes
28
re-executed
29
(`issue 271 <https://github.com/oracle/python-oracledb/issues/271>`__).
30
#) Internal change to slightly improve performance of LOB reads and writes.
31
+#) Corrected typing declaration for :meth:`oracledb.connect_async()`.
32
33
Common Changes
34
++++++++++++++
@@ -39,7 +40,6 @@ Common Changes
39
40
``encoding_errors`` parameter when creating variables by calling the method
41
:meth:`Cursor.var()`
42
(`issue 279 <https://github.com/oracle/python-oracledb/issues/279>`__).
-#) Corrected typing declarations.
43
#) Bumped minimum requirement of Cython to 3.0.
44
45
0 commit comments