Tweak grammar.

This commit is contained in:
Anthony Tuininga 2022-11-07 10:36:45 -07:00
parent fcbdd60b6d
commit 750976c176
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ Thin Mode Changes
#) Fixed bug preventing a cursor from being reused after it was bound as a #) Fixed bug preventing a cursor from being reused after it was bound as a
REF CURSOR to a PL/SQL block that closes it. REF CURSOR to a PL/SQL block that closes it.
#) Fixed bug preventing binding OUT data of type #) Fixed bug preventing binding OUT data of type
:data:`~oracledb.DB_TYPE_UROWID` that exceed 3950 bytes in length. :data:`~oracledb.DB_TYPE_UROWID` that exceeds 3950 bytes in length.
#) Fixed bug preventing correct parsing of connect descriptors with both #) Fixed bug preventing correct parsing of connect descriptors with both
ADDRESS and ADDRESS_LIST components at the same level. ADDRESS and ADDRESS_LIST components at the same level.
#) The complete connect string is now sent to the server instead of just the #) The complete connect string is now sent to the server instead of just the