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 e55a108 commit 6cf6524Copy full SHA for 6cf6524
examples/dmlrupd1.js
@@ -54,7 +54,7 @@ oracledb.getConnection(
54
rid: { type: oracledb.NUMBER, dir: oracledb.BIND_OUT },
55
rname: { type: oracledb.STRING, dir: oracledb.BIND_OUT }
56
},
57
- { isAutoCommit: true },
+ { autoCommit: true },
58
function(err, result)
59
{
60
if (err)
examples/dmlrupd2.js
@@ -53,7 +53,7 @@ oracledb.getConnection(
53
0 commit comments