File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 42
42
# The short X.Y version.
43
43
version = '6.3'
44
44
# The full version, including alpha/beta/rc tags.
45
- release = '6.3.0 '
45
+ release = '6.3.1 '
46
46
47
47
# There are two options for replacing |today|: either, you set today to some
48
48
# non-false value, then it is used:
Original file line number Diff line number Diff line change @@ -8,6 +8,23 @@ cx_Oracle Release Notes
8
8
9
9
.. _releasenotes60 :
10
10
11
+ Version 6.3.1 (May 2018)
12
+ ------------------------
13
+
14
+ #) Update to `ODPI-C 2.3.2
15
+ <https://oracle.github.io/odpi/doc/releasenotes.html#
16
+ version-2-3-2-may-7-2018> `__.
17
+
18
+ - Ensure that a call to unregister a subscription only occurs if the
19
+ subscription is still registered.
20
+ - Ensure that before a statement is executed any buffers used for DML
21
+ returning statments are reset.
22
+
23
+ #) Ensure that behavior with cx_Oracle.__future__.dml_ret_array_val not
24
+ set or False is the same as the behavior in cx_Oracle 6.2
25
+ (`issue 176 <https://github.com/oracle/python-cx_Oracle/issues/176 >`__).
26
+
27
+
11
28
Version 6.3 (April 2018)
12
29
------------------------
13
30
Original file line number Diff line number Diff line change 20
20
from distutils .extension import Extension
21
21
22
22
# define build constants
23
- BUILD_VERSION = "6.3"
23
+ BUILD_VERSION = "6.3.1 "
24
24
25
25
# setup extra link and compile args
26
26
extraLinkArgs = []
You can’t perform that action at this time.
0 commit comments