File tree 1 file changed +8
-7
lines changed
1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ python-oracledb Release Notes
7
7
8
8
For deprecations, see :ref: `Deprecations <deprecations >`.
9
9
10
- oracledb 2.1.1 (TBD )
11
- --------------------
10
+ oracledb 2.1.1 (March 2024 )
11
+ ---------------------------
12
12
13
13
Thin Mode Changes
14
14
+++++++++++++++++
@@ -22,11 +22,12 @@ Thin Mode Changes
22
22
before and after the RETURNING clause in a
23
23
:ref: `DML RETURNING statement <dml-returning-bind >`. Previously, various
24
24
internal errors were raised.
25
- #) Tightened up code looking for the end of a database request.
26
- #) Packet output is now immediately flushed in order to avoid losing output
27
- due to buffering when multiple threads are running.
28
- #) Restored error message raised when attempting to connect to Oracle Database
29
- 11g.
25
+ #) Restored the error message raised when attempting to connect to Oracle
26
+ Database 11g.
27
+ #) Internal change: tightened up code looking for the end of a database
28
+ request.
29
+ #) Internal change: packet output is now immediately flushed in order to avoid
30
+ losing output due to buffering when multiple threads are running.
30
31
31
32
Thick Mode Changes
32
33
++++++++++++++++++
You can’t perform that action at this time.
0 commit comments