File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ Thin Mode Changes
38
38
See `Issue #1671 <https://github.com/oracle/node-oracledb/issues/
39
39
1671> `__.
40
40
41
- #) Added support to use `` IFILE `` parameter to embed custom
42
- network configuration files in the :ref: ` tnsnames.ora < tnsadmin >` file .
41
+ #) Added support to process :ref: ` tnsnames.ora < tnsadmin >` files containing
42
+ `` IFILE `` directives .
43
43
44
44
#) Fixed bug which throws a ``TypeError: objType.attributes is not iterable ``
45
45
error when :ref: `DbObject Class <dbobjectclass >` instance contains an
Original file line number Diff line number Diff line change @@ -29,9 +29,8 @@ Upgrading from node-oracledb 6.5 to 6.6
29
29
:ref: `oracledb.createPool() <createpoolpoolattrswalletcontent >` and
30
30
:ref: `oracledb.getConnection() <getconnectiondbattrswalletcontent >`.
31
31
32
- - The support for ``IFILE `` parameter of :ref: `tnsnames.ora <tnsadmin >` file
33
- allows you to embed custom network configuration files in node-oracledb Thin
34
- mode.
32
+ - You can now process :ref: `tnsnames.ora <tnsadmin >` files containing ``IFILE ``
33
+ directives.
35
34
36
35
- You can now use :ref: `Two-Phase Commits <twopc >` in node-oracledb Thin mode.
37
36
You can’t perform that action at this time.
0 commit comments