We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faa5903 commit 47d254cCopy full SHA for 47d254c
doc/src/user_guide/migrate.rst
@@ -14,10 +14,7 @@ Upgrading from node-oracledb 6.2 to 6.3
14
- Using the new :ref:`warning <execwarning>` property of the
15
:ref:`result object <resultobject>` in :meth:`connection.execute()`, your
16
application can manually check for database warnings such as
17
- :ref:`plsqlcompwarnings`. Also, you can use the new
18
- :ref:`warning <execmanywarning>` property in the
19
- :ref:`result object <resultobjproperties>` of
20
- :meth:`connection.executeMany()` to check for similar warnings.
+ :ref:`plsqlcompwarnings`.
21
22
- The new :attr:`connection.warning` property can be used to check for
23
warnings that are generated during connection such as the password being in
0 commit comments