Make note of an additional type checking issue (#60).

This commit is contained in:
Anthony Tuininga 2022-09-20 11:13:38 -06:00
parent 9e86f64b94
commit 52c5d30ac2
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,8 @@ Common Changes
#) Fixed type checking errors
(`issue 52 <https://github.com/oracle/python-oracledb/issues/52>`__).
#) Enhanced type checking
(`issue 54 <https://github.com/oracle/python-oracledb/issues/54>`__).
(`issue 54 <https://github.com/oracle/python-oracledb/issues/54>`__),
(`issue 60 <https://github.com/oracle/python-oracledb/issues/60>`__).
#) The mode of python-oracledb is now fixed only after a call to
:meth:`oracledb.init_oracle_client()`, :meth:`oracledb.connect()` or
:meth:`oracledb.create_pool()` has completed successfully