Skip to content

Commit 999fd2b

Browse files
Adjust release note to show updated error message.
1 parent 91406c6 commit 999fd2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/src/release_notes.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ Thin Mode Changes
1818
#) The error `DPY-2030: LOB offset must be greater than zero` is now raised
1919
when the offset parameter to :func:`LOB.read()` is zero or negative
2020
(`issue 13 <https://github.com/oracle/python-oracledb/issues/13>`__).
21-
#) The error `DPY-3015: unsupported password verifier type` is now raised when
21+
#) The error `DPY-3015: password verifier type is not supported by
22+
python-oracledb in thin mode` is now raised when
2223
the database sends a password challenge with a verifier type that is not
2324
recognized, instead of `ORA-01017: invalid username/password`
2425
(`issue 26 <https://github.com/oracle/python-oracledb/issues/26>`__).

0 commit comments

Comments
 (0)