Skip to content

Commit d8c42f7

Browse files
Preparing to release cx_Oracle 7.1.3.
1 parent bc67a3f commit d8c42f7

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

doc/src/releasenotes.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
1131
Version 7.1.2 (March 2019)
1232
--------------------------
1333

odpi

0 commit comments

Comments
 (0)