File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,26 @@ cx_Oracle Release Notes
88
99.. _releasenotes70 :
1010
11+ Version 7.1.3 (April 2019)
12+ --------------------------
13+
14+ #) Updated to `ODPI-C 3.1.4
15+ <https://oracle.github.io/odpi/doc/releasenotes.html#
16+ version-3-1-4-april-24-2019> `__.
17+ #) Added support for getting the row count for PL/SQL statements
18+ (`issue 285 <https://github.com/oracle/python-cx_Oracle/issues/285 >`__).
19+ #) Corrected parsing of connect string so that the last @ symbol is searched
20+ for instead of the first @ symbol; otherwise, passwords containing an @
21+ symbol will result in the incorrect DSN being extracted
22+ (`issue 290 <https://github.com/oracle/python-cx_Oracle/issues/290 >`__).
23+ #) Adjusted return value of cursor.callproc() to follow documentation (only
24+ positional arguments are returned since the order of keyword parameters
25+ cannot be guaranteed in any case)
26+ (`PR 287 <https://github.com/oracle/python-cx_Oracle/pull/287 >`__).
27+ #) Corrected code getting sample and test parameters by user input when using
28+ Python 2.7.
29+
30+
1131Version 7.1.2 (March 2019)
1232--------------------------
1333
You can’t perform that action at this time.
0 commit comments