@@ -8,6 +8,33 @@ cx_Oracle Release Notes
8
8
9
9
.. _releasenotes70 :
10
10
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
+
11
38
Version 7.1.1 (February 2019)
12
39
-----------------------------
13
40
0 commit comments