File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9944,7 +9944,7 @@ other attributes to a pooled `getConnection()` call, such as for
99449944tagging](#connpooltagging):
99459945
99469946```javascript
9947- const connection = await oracledb.getConnection({ poolAlias: 'hrpool', tag: 'loc=cn;p=1 });
9947+ const connection = await oracledb.getConnection({ poolAlias: 'hrpool', tag: 'loc=cn;p=1' });
99489948
99499949. . . // Use connection from the pool
99509950
@@ -9955,7 +9955,7 @@ To use the default pool in this way you must explicitly pass the alias
99559955`default`:
99569956
99579957```javascript
9958- const connection = await oracledb.getConnection({ poolAlias: 'default', tag: 'loc=cn;p=1 });
9958+ const connection = await oracledb.getConnection({ poolAlias: 'default', tag: 'loc=cn;p=1' });
99599959
99609960. . . // Use connection from the pool
99619961
You can’t perform that action at this time.
0 commit comments