Skip to content

Commit 56a7900

Browse files
committed
Improve wording (see #993)
1 parent fc8eac8 commit 56a7900

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/insert2.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
* By default, node-oracledb does not commit on execute.
2525
* The driver also has commit() and rollback() methods to explicitly control transactions.
2626
*
27-
* Note: when a connection is closed, any open transaction will be rolled back.
27+
* Note: regardless of the auto commit mode, any open transaction
28+
* will be rolled back when a connection is closed.
2829
*
2930
*****************************************************************************/
3031

0 commit comments

Comments
 (0)