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 46a7dd0..edfa9bd 160000 --- a/odpi +++ b/odpi @@ -1 +1 @@ -Subproject commit 46a7dd06c7718c2dfd45eabfc109a3149f769300 +Subproject commit edfa9bd131351968db30bec3a0d99fd95dcba918