Skip to content

Commit d4e4b09

Browse files
Preparing to release version 1.4.1.
1 parent c7d6614 commit d4e4b09

File tree

1 file changed

+24
-11
lines changed

1 file changed

+24
-11
lines changed

Diff for: doc/src/release_notes.rst

+24-11
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,9 @@ oracledb 2.0.0 (TBD)
1313
Thin Mode Changes
1414
+++++++++++++++++
1515

16-
#) Improved statement bind variable placeholder parser performance, handle
17-
statements which use the `Alternative Quoting Mechanism
18-
<https://www.oracle.com/pls/topic/lookup?ctx=dblatest&id=GUID-1824CBAA-
19-
6E16-4921-B2A6-112FB02248DA>`__ ('Q' strings), and fix some issues
20-
identifying bind variable placeholders in embedded quotes and in JSON
21-
syntax.
22-
#) Added missing ">" to repr() of SodaDatabase.
23-
2416
Thick Mode Changes
2517
++++++++++++++++++
2618

27-
#) Fixed error checking when getting and setting the pool ping interval and
28-
the SODA metadata cache flag.
29-
3019
Common Changes
3120
++++++++++++++
3221

@@ -39,6 +28,29 @@ Common Changes
3928
associated with columns that are being fetched. SQL domains and annotations
4029
require Oracle Database 23c. If using python-oracledb Thick mode, Oracle
4130
Client 23c is also required.
31+
32+
33+
oracledb 1.4.1 (September 2023)
34+
-------------------------------
35+
36+
Thin Mode Changes
37+
+++++++++++++++++
38+
39+
#) Improved statement bind variable placeholder parser performance, handle
40+
statements which use the `Alternative Quoting Mechanism
41+
<https://www.oracle.com/pls/topic/lookup?ctx=dblatest&id=GUID-1824CBAA-6E16-4921-B2A6-112FB02248DA>`__
42+
('Q' strings), and fix some issues identifying bind variable placeholders
43+
in embedded quotes and in JSON syntax.
44+
45+
Thick Changes
46+
+++++++++++++
47+
48+
#) Fixed error checking when getting and setting the pool ping interval and
49+
the SODA metadata cache flag.
50+
51+
Common Changes
52+
++++++++++++++
53+
4254
#) Fixed bug when calling :meth:`Cursor.execute()` or
4355
:meth:`Cursor.executemany()` with missing bind data after calling
4456
:meth:`Cursor.setinputsizes()` with at least one of the values supplied as
@@ -49,6 +61,7 @@ Common Changes
4961
statements with the noted invalid syntax. Previously, thick mode gave
5062
``ORA-1756`` or ``ORA-1740``, respectively, while thin mode did not throw
5163
an error.
64+
#) Added missing ">" to repr() of SodaDatabase.
5265

5366

5467
oracledb 1.4.0 (August 2023)

0 commit comments

Comments
 (0)