diff --git a/src/index.ts b/src/index.ts index 74b961d..d3e6ee5 100644 --- a/src/index.ts +++ b/src/index.ts @@ -125,6 +125,7 @@ async function main() { maxRows, outFormat: oracledb.OUT_FORMAT_OBJECT, resultSet: false, + keepInStmtCache: false, }) }