Do not keep queries in statement cache

This commit is contained in:
Jan Hamal Dvořák 2025-08-19 16:40:53 +02:00
parent a0509b4b55
commit 2beb66a334

View file

@ -125,6 +125,7 @@ async function main() {
maxRows,
outFormat: oracledb.OUT_FORMAT_OBJECT,
resultSet: false,
keepInStmtCache: false,
})
}