File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 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)
1717Thin Mode Changes
1818+++++++++++++++++
1919
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.
2223#) 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.
2526
2627Thick Mode Changes
2728++++++++++++++++++
You can’t perform that action at this time.
0 commit comments