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 fc8eac8 commit 56a7900Copy full SHA for 56a7900
examples/insert2.js
@@ -24,7 +24,8 @@
24
* By default, node-oracledb does not commit on execute.
25
* The driver also has commit() and rollback() methods to explicitly control transactions.
26
*
27
- * Note: when a connection is closed, any open transaction will be rolled back.
+ * Note: regardless of the auto commit mode, any open transaction
28
+ * will be rolled back when a connection is closed.
29
30
*****************************************************************************/
31
0 commit comments