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 b90eeea commit 989ba64Copy full SHA for 989ba64
examples/resultset1.js
@@ -52,7 +52,7 @@ oracledb.getConnection(
52
doRelease(connection);
53
return;
54
}
55
- console.log(result);
+ // console.log(result);
56
fetchOneRowFromRS(connection, result.resultSet);
57
});
58
0 commit comments