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 7e71845 commit 253f570Copy full SHA for 253f570
lib/oracledb.js
@@ -234,7 +234,7 @@ async function createPool(poolAttrs) {
234
235
//-----------------------------------------------------------------------------
236
// getConnection()
237
-// Gets a standalone connection from the database.
+// Gets either a standalone connection, or a connection from a pool cache
238
239
async function getConnection(a1) {
240
let pool;
0 commit comments