File tree Expand file tree Collapse file tree 4 files changed +21
-3
lines changed Expand file tree Collapse file tree 4 files changed +21
-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.1 '
45+ release = '7.2.2 '
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.2 (August 2019)
9+ ---------------------------
10+
11+ #) Updated embedded ODPI-C to `version 3.2.1
12+ <https://oracle.github.io/odpi/doc/releasenotes.html#
13+ version-3-2-1-august-12-2019> `__.
14+ #) A more meaningful error is now returned when calling
15+ :meth: `SodaCollection.insertMany() ` with an empty list.
16+ #) A more meaningful error is now returned when calling
17+ :meth: `Subscription.registerquery() ` with SQL that is not a SELECT
18+ statement.
19+ #) Eliminated segfault when a connection is closed after being created by a
20+ call to :meth: `cx_Oracle.connect() ` with the parameter ``cclass `` set to
21+ a non-empty string.
22+ #) Added user guide documentation.
23+ #) Updated default connect strings to use 19c and XE 18c defaults.
24+
25+
826Version 7.2.1 (July 2019)
927-------------------------
1028
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.1 "
23+ BUILD_VERSION = "7.2.2 "
2424
2525# setup extra link and compile args
2626extraLinkArgs = []
You can’t perform that action at this time.
0 commit comments