Skip to content

Commit f94bd1d

Browse files
Preparing to release cx_Oracle 7.1.2.
1 parent ad81e94 commit f94bd1d

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

doc/src/releasenotes.rst

+27
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,33 @@ cx_Oracle Release Notes
88

99
.. _releasenotes70:
1010

11+
Version 7.1.2 (March 2019)
12+
--------------------------
13+
14+
#) Updated to `ODPI-C 3.1.3
15+
<https://oracle.github.io/odpi/doc/releasenotes.html#
16+
version-3-1-3-march-12-2019>`__.
17+
#) Ensured that the strings "-0" and "-0.0" are correctly handled as zero
18+
values
19+
(`issue 274 <https://github.com/oracle/python-cx_Oracle/issues/274>`__).
20+
#) Eliminated error when startup and shutdown events are generated
21+
(`ODPI-C issue 102 <https://github.com/oracle/odpi/issues/102>`__).
22+
#) Enabled the types specified in :meth:`Cursor.setinputsizes()` and
23+
:meth:`Cursor.callfunc()` to be an object type in addition to a Python
24+
type, just like in :meth:`Cursor.var()`.
25+
#) Reverted changes to return decimal numbers when the numeric precision was
26+
too great to be returned accurately as a floating point number. This change
27+
had too great an impact on existing functionality and an output type
28+
handler can be used to return decimal numbers where that is desirable
29+
(`issue 279 <https://github.com/oracle/python-cx_Oracle/issues/279>`__).
30+
#) Eliminated discrepancies in character sets between an external connection
31+
handle and the newly created connection handle that references the external
32+
connection handle
33+
(`issue 273 <https://github.com/oracle/python-cx_Oracle/issues/273>`__).
34+
#) Eliminated memory leak when receiving messages received from subscriptions.
35+
#) Improved test suite and documentation.
36+
37+
1138
Version 7.1.1 (February 2019)
1239
-----------------------------
1340

0 commit comments

Comments
 (0)