5
5
node-oracledb Release Notes
6
6
=============================
7
7
8
- node-oracledb `v6.0.1 <https://github.com/oracle/node-oracledb/compare/v6.0.0...v6.0.1 >`__ (TBD )
8
+ node-oracledb `v6.0.1 <https://github.com/oracle/node-oracledb/compare/v6.0.0...v6.0.1 >`__ (07 Jun 2023 )
9
9
--------------------------------------------------------------------------------------------------------
10
10
11
+ Common Changes
12
+ ++++++++++++++
13
+
11
14
#) Allow bind variables to use multi-byte characters. Fix for
12
15
`Issue #1554 <https://github.com/oracle/node-oracledb/issues/1554 >`__.
13
16
17
+ Thin Mode Changes
18
+ +++++++++++++++++
19
+
14
20
#) Allow using colons in multiple single-line SQL comments in Thin mode. Fix
15
21
for `Issue #1561 <https://github.com/oracle/node-oracledb/issues/1561 >`__.
16
22
17
- #) Added enhanced binding support in Thin mode.
23
+ #) Improved binding support:
18
24
19
- #) Improved statement cache handling in Thin mode.
25
+ - Handled outbinds with Null Boolean values.
26
+ - Fixed issues with ordering of Binds in SQL when database version is 12.1
27
+ and the maxSize of bind variables exceeds 4000 bytes.
20
28
21
29
#) Added clear error message when an attempt is made to establish a connection
22
- with an unsupported database version in Thin mode .
30
+ with an unsupported database version.
23
31
24
32
#) Fixed bug which caused a cursor leak if an error was thrown while
25
33
processing the execution of a query.
@@ -29,6 +37,11 @@ node-oracledb `v6.0.1 <https://github.com/oracle/node-oracledb/compare/v6.0.0...
29
37
`GitHub pull request #1559
30
38
<https://github.com/oracle/node-oracledb/pull/1559> `__.
31
39
40
+ #) Internal implementation changes:
41
+
42
+ - Improved network packet handling.
43
+ - Improved statement cache handling.
44
+
32
45
33
46
node-oracledb `v6.0.0 <https://github.com/oracle/node-oracledb/compare/v5.5.0...v6.0.0 >`__ (24 May 2023)
34
47
--------------------------------------------------------------------------------------------------------
@@ -55,7 +68,7 @@ node-oracledb `v6.0.0 <https://github.com/oracle/node-oracledb/compare/v5.5.0...
55
68
#) Deprecated execution option attribute ``fetchInfo ``. Use the new
56
69
:ref: `fetchtypehandler ` functionality instead.
57
70
58
- #) Type and Metadata Changes :
71
+ #) Type and Metadata changes :
59
72
60
73
- Query extended metadata is now always available. The
61
74
``oracledb.extendedMetaData `` and
0 commit comments