File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,16 @@ node-oracledb Release Notes
8
8
For deprecated and desupported features, see
9
9
:ref: `Deprecations and desupported features <deprecations >`.
10
10
11
+ node-oracledb `v6.7.1 <https://github.com/oracle/node-oracledb/compare/v6.7.0...v6.7.1 >`__ (TBD)
12
+ ---------------------------------------------------------------------------------------------------------
13
+
14
+ Thin Mode Changes
15
+ +++++++++++++++++
16
+
17
+ #) Fixed bug that may cause runtime issues in some JavaScript frameworks.
18
+ See `Issue #1706 <https://github.com/oracle/node-oracledb/issues/1706 >`__.
19
+
20
+
11
21
node-oracledb `v6.7.0 <https://github.com/oracle/node-oracledb/compare/v6.6.0...v6.7.0 >`__ (18 Nov 2024)
12
22
---------------------------------------------------------------------------------------------------------
13
23
Original file line number Diff line number Diff line change @@ -665,7 +665,7 @@ async function createPool(options) {
665
665
// If a tnsnames.ora file does not exist, then an exception is raised
666
666
//-----------------------------------------------------------------------------
667
667
async function getNetworkServiceNames ( configDir ) {
668
- const { NLParamParser, tnsnamesFilePath } = require ( 'thin/sqlnet/paramParser.js' ) ;
668
+ const { NLParamParser, tnsnamesFilePath } = require ( './ thin/sqlnet/paramParser.js' ) ;
669
669
const nlParamParser = new NLParamParser ;
670
670
const filePath = tnsnamesFilePath ( configDir ) ;
671
671
const aliasht = await nlParamParser . initializeNlpa ( filePath ) ;
You can’t perform that action at this time.
0 commit comments