Skip to content

Commit d480381

Browse files
Tweak release notes.
1 parent cafbf37 commit d480381

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

doc/src/release_notes.rst

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,33 +13,35 @@ oracledb 1.3.2 (TBD)
1313
Thin Mode Changes
1414
+++++++++++++++++
1515

16+
#) Fixed bug using :attr:`Cursor.arraysize` for tuning data fetches from REF
17+
CURSORS.
1618
#) Fixed bug connecting to databases with older 11g password verifiers
1719
(`issue 189 <https://github.com/oracle/python-oracledb/issues/189>`__).
20+
#) Fixed bugs in the implementation of the statement cache.
1821
#) Fixed bug which caused a cursor leak if an error was thrown while
1922
processing the execution of a query.
20-
#) Fixed bugs in the implementation of the statement cache.
23+
#) Eliminated unneeded round trip when using token authentication to connect
24+
to the database.
2125
#) Fixed bug which could cause a redirect loop with improperly configured
2226
listener redirects.
2327
#) Fixed bug when executing PL/SQL with a large number of binds.
24-
#) Eliminated unneeded round trip when using token authentication to connect
25-
to the database.
26-
#) Adjusted fetching of REF cursors so that the cursor's arraysize attribute
27-
is consistently taken into account before each internal fetch is performed.
28-
This ensures that the number of round trips can be easily determined.
2928

3029
Thick Mode Changes
3130
++++++++++++++++++
3231

33-
#) Fixed bug when using external authentication with a TNS alias
32+
#) Fixed bug when using external authentication with a Net Service Name
33+
connection string
3434
(`issue 178 <https://github.com/oracle/python-oracledb/issues/178>`__).
35-
#) Fixed bug when using external authentication with an EZ connect string.
35+
#) Fixed bug when using external authentication with an Easy Connect
36+
connection string.
3637

3738
Common Changes
3839
++++++++++++++
3940

40-
#) When fetching REF cursors, only the cursor's arraysize attribute is
41-
considered. Previously, the cursor's prefetchrows attribute was also
42-
considered, but in differing ways between thin and thick modes.
41+
#) When fetching rows from REF CURSORS, the cursor's
42+
:attr:`~Cursor.prefetchrows` attribute is now ignored. Use
43+
:attr:`Cursor.arraysize` for tuning these fetches. This change allows
44+
consistency between Thin and Thick modes.
4345

4446

4547
oracledb 1.3.1 (April 2023)

0 commit comments

Comments
 (0)