File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -684,9 +684,9 @@ Constants for :ref:`AqEnqOptions Class <aqenqoptionsclass>` and
684684Continuous 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments