@@ -2852,12 +2852,8 @@ cx_Oracle 6.0 beta 1 (April 2017)
28522852 to the ``SessionPool.release `` method in order to support session
28532853 tagging.
28542854#) Added parameter edition to the ``cx_Oracle.SessionPool() `` method.
2855- #) Added support for
2856- `universal rowids <https://github.com/oracle/python-cx_Oracle/blob/main/
2857- samples/universal_rowids.py> `__.
2858- #) Added support for `DML Returning of multiple rows
2859- <https://github.com/oracle/python-cx_Oracle/blob/main/samples/
2860- dml_returning_multiple_rows.py> `__.
2855+ #) Added support for universal rowids.
2856+ #) Added support for DML Returning of multiple rows.
28612857#) Added attributes :attr: `Variable.actualElements ` and
28622858 :attr: `Variable.values ` to variables.
28632859#) Added parameters region, sharding_key and super_sharding_key to the
@@ -2885,16 +2881,11 @@ cx_Oracle 6.0 beta 1 (April 2017)
28852881 to the application.
28862882#) Dropped deprecated parameters action, module and clientinfo from the
28872883 ``cx_Oracle.connect() `` method. The appcontext parameter should be used
2888- instead as shown in this `sample <https://github.com/oracle/
2889- python-cx_Oracle/blob/main/samples/app_context.py> `__.
2884+ instead.
28902885#) Dropped deprecated attribute numbersAsString from
2891- :ref: `cursor objects <cursorobj >`. Use an output type handler instead as
2892- shown in this `sample <https://github.com/oracle/python-cx_Oracle/blob/
2893- main/samples/return_numbers_as_decimals.py> `__.
2886+ :ref: `cursor objects <cursorobj >`. Use an output type handler instead.
28942887#) Dropped deprecated attributes cqqos and rowids from
2895- :ref: `subscription objects <subscrobj >`. Use the qos attribute instead as
2896- shown in this `sample <https://github.com/oracle/python-cx_Oracle/blob/
2897- main/samples/cqn.py> `__.
2888+ :ref: `subscription objects <subscrobj >`. Use the qos attribute instead.
28982889#) Dropped deprecated parameters cqqos and rowids from the
28992890 :meth: `Connection.subscribe() ` method. Use the qos parameter instead as
29002891 shown in this `sample <https://github.com/oracle/python-cx_Oracle/blob/
0 commit comments