File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 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
77
88For deprecations, see :ref: `Deprecations <deprecations >`.
99
10- oracledb 2.1.1 (TBD )
11- --------------------
10+ oracledb 2.1.1 (March 2024 )
11+ ---------------------------
1212
1313Thin Mode Changes
1414+++++++++++++++++
@@ -22,11 +22,12 @@ Thin Mode Changes
2222 before and after the RETURNING clause in a
2323 :ref: `DML RETURNING statement <dml-returning-bind >`. Previously, various
2424 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.
3031
3132Thick Mode Changes
3233++++++++++++++++++
You can’t perform that action at this time.
0 commit comments