Do not keep queries in statement cache
This commit is contained in:
parent
a0509b4b55
commit
2beb66a334
1 changed files with 1 additions and 0 deletions
|
@ -125,6 +125,7 @@ async function main() {
|
||||||
maxRows,
|
maxRows,
|
||||||
outFormat: oracledb.OUT_FORMAT_OBJECT,
|
outFormat: oracledb.OUT_FORMAT_OBJECT,
|
||||||
resultSet: false,
|
resultSet: false,
|
||||||
|
keepInStmtCache: false,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue