@@ -13,20 +13,9 @@ oracledb 2.0.0 (TBD)
13
13
Thin Mode Changes
14
14
+++++++++++++++++
15
15
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
-
24
16
Thick Mode Changes
25
17
++++++++++++++++++
26
18
27
- #) Fixed error checking when getting and setting the pool ping interval and
28
- the SODA metadata cache flag.
29
-
30
19
Common Changes
31
20
++++++++++++++
32
21
@@ -39,6 +28,29 @@ Common Changes
39
28
associated with columns that are being fetched. SQL domains and annotations
40
29
require Oracle Database 23c. If using python-oracledb Thick mode, Oracle
41
30
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
+
42
54
#) Fixed bug when calling :meth: `Cursor.execute() ` or
43
55
:meth: `Cursor.executemany() ` with missing bind data after calling
44
56
:meth: `Cursor.setinputsizes() ` with at least one of the values supplied as
@@ -49,6 +61,7 @@ Common Changes
49
61
statements with the noted invalid syntax. Previously, thick mode gave
50
62
``ORA-1756 `` or ``ORA-1740 ``, respectively, while thin mode did not throw
51
63
an error.
64
+ #) Added missing ">" to repr() of SodaDatabase.
52
65
53
66
54
67
oracledb 1.4.0 (August 2023)
0 commit comments