diff --git a/doc/src/releasenotes.rst b/doc/src/releasenotes.rst index b1be9c4..cc187a3 100644 --- a/doc/src/releasenotes.rst +++ b/doc/src/releasenotes.rst @@ -8,6 +8,26 @@ cx_Oracle Release Notes .. _releasenotes70: +Version 7.1.3 (April 2019) +-------------------------- + +#) Updated to `ODPI-C 3.1.4 + `__. +#) Added support for getting the row count for PL/SQL statements + (`issue 285 `__). +#) Corrected parsing of connect string so that the last @ symbol is searched + for instead of the first @ symbol; otherwise, passwords containing an @ + symbol will result in the incorrect DSN being extracted + (`issue 290 `__). +#) Adjusted return value of cursor.callproc() to follow documentation (only + positional arguments are returned since the order of keyword parameters + cannot be guaranteed in any case) + (`PR 287 `__). +#) Corrected code getting sample and test parameters by user input when using + Python 2.7. + + Version 7.1.2 (March 2019) -------------------------- diff --git a/odpi b/odpi index 8c2b780..a2ff27b 160000 --- a/odpi +++ b/odpi @@ -1 +1 @@ -Subproject commit 8c2b780d0bf26df72916a74f1da2051baad4acaa +Subproject commit a2ff27bacdcb94bdae1aaec1d010b436206e8384