File tree Expand file tree Collapse file tree 4 files changed +18
-3
lines changed Expand file tree Collapse file tree 4 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 4242# The short X.Y version.
4343version = '7.2'
4444# The full version, including alpha/beta/rc tags.
45- release = '7.2.2 '
45+ release = '7.2.3 '
4646
4747# There are two options for replacing |today|: either, you set today to some
4848# non-false value, then it is used:
Original file line number Diff line number Diff line change 55cx_Oracle Release Notes
66=======================
77
8+ Version 7.2.3 (October 2019)
9+ ----------------------------
10+
11+ #) Updated embedded ODPI-C to `version 3.2.2
12+ <https://oracle.github.io/odpi/doc/releasenotes.html#
13+ version-3-2-2-october-1-2019> `__.
14+ #) Restored support for setting numeric bind variables with boolean values.
15+ #) Ensured that sharding keys are dedicated to the connection that is acquired
16+ using them in order to avoid possible hangs, crashes or unusual errors.
17+ #) Corrected support for PLS_INTEGER and BINARY_INTEGER types when used in
18+ PL/SQL records
19+ (`ODPI-C issue 112 <https://github.com/oracle/odpi/issues/112 >`__).
20+ #) Improved documentation.
21+
22+
823Version 7.2.2 (August 2019)
924---------------------------
1025
Original file line number Diff line number Diff line change 2020 from distutils .extension import Extension
2121
2222# define build constants
23- BUILD_VERSION = "7.2.2 "
23+ BUILD_VERSION = "7.2.3 "
2424
2525# setup extra link and compile args
2626extraLinkArgs = []
You can’t perform that action at this time.
0 commit comments