File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,12 @@ oracledb 3.2.0 (TBD)
17
17
Thin Mode Changes
18
18
+++++++++++++++++
19
19
20
- #) Added support for using :meth: `Queue.deqmany() ` with JSON payloads using
21
- Oracle Database 21c.
20
+ #) Emulate support for :meth: `Queue.deqmany() ` with JSON payloads when using
21
+ Oracle Database 21c by internally calling :meth: `Queue.deqone() ` as many
22
+ times as needed.
22
23
#) Fixed bug with some databases when a connection is killed. In some
23
- scenarios the :meth: `Connection.is_healthy() ` would have incorrectly
24
- returned the value *True * and in other cases a possible hang could occur.
24
+ scenarios :meth: `Connection.is_healthy() ` would have incorrectly returned
25
+ the value *True * and in other cases a possible hang could occur.
25
26
26
27
Thick Mode Changes
27
28
++++++++++++++++++
You can’t perform that action at this time.
0 commit comments