@@ -18,18 +18,6 @@ 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: password verifier type is not supported by
22- python-oracledb in thin mode ` is now raised when
23- the database sends a password challenge with a verifier type that is not
24- recognized, instead of `ORA-01017: invalid username/password `
25- (`issue 26 <https://github.com/oracle/python-oracledb/issues/26 >`__).
26- #) Fixed bug with handling of redirect data returned by some SCAN listeners
27- (`issue 39 <https://github.com/oracle/python-oracledb/issues/39 >`__).
28- #) Fixed bug with re-execution of SQL that requires a define, such as occurs
29- when setting `oracledb.defaults.fetch_lobs ` to the value `False `
30- (`issue 41 <https://github.com/oracle/python-oracledb/issues/41 >`__).
31- #) Fixed bug that prevented cursors from implicit results sets from being
32- closed.
3321#) Internally, before a connection is returned from a pool, check for control
3422 packets from the server (which may inform the client that the connection
3523 needs to be closed and a new one established).
@@ -48,15 +36,39 @@ Thick Mode Changes
4836Common Changes
4937++++++++++++++
5038
51- #) Fixed bug with the deferral of type assignment when creating variables for
52- :func: `Cursor.executemany() `
53- (`issue 35 <https://github.com/oracle/python-oracledb/issues/35 >`__).
5439#) Added method :func: `oracledb.is_thin_mode() ` to support determining whether
5540 the driver is using thin mode or not
5641 (`issue 16 <https://github.com/oracle/python-oracledb/issues/10 >`__).
5742#) Improved samples and documentation.
5843
5944
45+ oracledb 1.0.3 (August 2022)
46+ ----------------------------
47+
48+ Thin Mode Changes
49+ +++++++++++++++++
50+
51+ #) The error `DPY-3015: password verifier type is not supported by
52+ python-oracledb in thin mode ` is now raised when
53+ the database sends a password challenge with a verifier type that is not
54+ recognized, instead of `ORA-01017: invalid username/password `
55+ (`issue 26 <https://github.com/oracle/python-oracledb/issues/26 >`__).
56+ #) Fixed bug with handling of redirect data returned by some SCAN listeners
57+ (`issue 39 <https://github.com/oracle/python-oracledb/issues/39 >`__).
58+ #) Fixed bug with re-execution of SQL that requires a define, such as occurs
59+ when setting `oracledb.defaults.fetch_lobs ` to the value `False `
60+ (`issue 41 <https://github.com/oracle/python-oracledb/issues/41 >`__).
61+ #) Fixed bug that prevented cursors from implicit results sets from being
62+ closed.
63+
64+ Common Changes
65+ ++++++++++++++
66+
67+ #) Fixed bug with the deferral of type assignment when creating variables for
68+ :func: `Cursor.executemany() `
69+ (`issue 35 <https://github.com/oracle/python-oracledb/issues/35 >`__).
70+
71+
6072oracledb 1.0.2 (July 2022)
6173--------------------------
6274
0 commit comments