Skip to content

Commit 47d254c

Browse files
committed
Documentation update
1 parent faa5903 commit 47d254c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

doc/src/user_guide/migrate.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@ Upgrading from node-oracledb 6.2 to 6.3
1414
- Using the new :ref:`warning <execwarning>` property of the
1515
:ref:`result object <resultobject>` in :meth:`connection.execute()`, your
1616
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.
17+
:ref:`plsqlcompwarnings`.
2118

2219
- The new :attr:`connection.warning` property can be used to check for
2320
warnings that are generated during connection such as the password being in

0 commit comments

Comments
 (0)