@@ -15,7 +15,7 @@ Version 8.2 (TBD)
1515 pools. This significantly improves the performance of methods
1616 :meth: `SodaDatabase.createCollection() ` (when not specifying a value for
1717 the metadata parameter) and :meth: `SodaDatabase.openCollection() `. Caching
18- is available when using Oracle Client version 19.11 and higher
18+ is available when using Oracle Client version 19.11 and higher.
1919#) Added support for supplying hints to SODA operations. A new non-terminal
2020 method :meth: `~SodaOperation.hint() ` was added and a `hint ` parameter was
2121 added to the methods :meth: `SodaCollection.insertOneAndGet() `,
@@ -26,20 +26,20 @@ Version 8.2 (TBD)
2626 :meth: `cx_Oracle.SessionPool() ` in order to permit specifying the size of
2727 the statement cache during the creation of pools and standalone
2828 connections.
29+ #) Threaded mode is now always enabled when creating connection pools with
30+ :meth: `cx_Oracle.SessionPool() `. Any `threaded ` parameter value is ignored.
2931#) Eliminated a memory leak when calling :meth: `SodaOperation.filter() ` with a
3032 dictionary.
3133#) The distributed transaction handle assosciated with the connection is now
3234 cleared on commit or rollback (`issue 530
3335 <https://github.com/oracle/python-cx_Oracle/issues/530> `__).
34- #) Stop passing unsupported flags to dpiSodaDocCursor_getNext().
3536#) Added check to ensure that when setting variables or object attributes, the
3637 type of the temporary LOB must match the expected type.
37- #) In order to follow the PEP 8 naming style a number of parameter names,
38- method names and attribute names were modified. The old names will be
39- removed in a subsequent release of cx_Oracle. In addition, the use of
40- encodings other than UTF-8 is also deprecated. See
41- :ref: `_deprecations_8_2 ` for details.
42- #) Improved test suite.
38+ #) A small number of parameter, method, and attribute names were updated to
39+ follow the PEP 8 style guide. This brings better consistency to the
40+ cx_Oracle API. The old names are still usable but may be removed in a
41+ future release of cx_Oracle. See :ref: `_deprecations_8_2 ` for details.
42+ #) Improved the test suite.
4343
4444
4545Version 8.1 (December 2020)
0 commit comments