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 0c7d327 commit 6f21870Copy full SHA for 6f21870
test/testsUtil.js
@@ -86,7 +86,7 @@ testsUtil.dropTable = async function(tableName) {
86
}
87
};
88
89
-testsUtil.checkPrerequisites = async function(clientVersion=1803000000, serverVersion=1803000000) {
+testsUtil.checkPrerequisites = async function(clientVersion=1805000000, serverVersion=1805000000) {
90
if (oracledb.oracleClientVersion < clientVersion) return false;
91
try {
92
let connection = await oracledb.getConnection(dbconfig);
0 commit comments