Skip to content

Commit 806e99a

Browse files
committed
Release notes and documentation update push
1 parent 5de0bd5 commit 806e99a

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

doc/src/api_manual/oracledb.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -684,9 +684,9 @@ Constants for :ref:`AqEnqOptions Class <aqenqoptionsclass>` and
684684
Continuous Query Notification (CQN) Constants
685685
---------------------------------------------
686686

687-
Constants for the Continuous Query Notification (CQN) comprises all the
688-
possible integer mask values for the following properties of the ``options``
689-
parameter in the :meth:`connection.subscribe()` method:
687+
Constants for Continuous Query Notification (CQN) are integer mask values
688+
for the following properties of the ``options`` parameter in
689+
the :meth:`connection.subscribe()` method:
690690

691691
- :ref:`operations <consubscribeoptoperations>` property
692692
- :ref:`operation <consubscribeoptcallback>` property in the

doc/src/release_notes.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,14 @@ Common Changes
3535
``annotations``, ``domainName``, ``domainSchema`` and ``isJson`` for a
3636
fetched column.
3737

38-
#) Added support for using unformatted private key when callback is invoked
39-
due to expiry of an Identity Access Management (IAM) token after successful
40-
pool creation and connection establishment.
38+
#) Added support for using an unformatted private key when the connection
39+
token callback is invoked due to expiry of an Identity Access Management
40+
(IAM) token after successful pool creation and connection establishment.
4141

4242
#) Added new environment variable ``NODE_ORACLEDB_CLIENT_LIB_DIR`` to set
4343
an optional Oracle Client library path for the files in the ``examples``
44-
directory on Windows and macOS Intel platforms, when using the Thick mode.
44+
directory on Windows and macOS Intel platforms, when using node-oracledb
45+
Thick mode.
4546

4647
#) Added functionality to create and drop user schemas for
4748
Advanced Queuing (AQ) sample files in the ``examples`` directory. Users

0 commit comments

Comments
 (0)