Skip to content

Commit 8c2d69b

Browse files
committed
Add more details to the release notes on 6.0.1 changes
1 parent ee11f48 commit 8c2d69b

File tree

1 file changed

+22
-17
lines changed

1 file changed

+22
-17
lines changed

doc/src/release_notes.rst

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,36 +11,41 @@ node-oracledb `v6.0.1 <https://github.com/oracle/node-oracledb/compare/v6.0.0...
1111
Common Changes
1212
++++++++++++++
1313

14-
#) Allow bind variables to use multi-byte characters. Fix for
15-
`Issue #1554 <https://github.com/oracle/node-oracledb/issues/1554>`__.
14+
#) Fixed bug with bind variables containing multi-byte characters. `Issue #1554
15+
<https://github.com/oracle/node-oracledb/issues/1554>`__.
16+
17+
#) The buffer and process modules are now imported consistently instead of
18+
relying on global variable definitions. PR #1559 (Sławomir Osoba).
19+
20+
#) Test improvements.
21+
22+
#) Documentation improvements.
1623

1724
Thin Mode Changes
1825
+++++++++++++++++
1926

20-
#) Allow using colons in multiple single-line SQL comments in Thin mode. Fix
21-
for `Issue #1561 <https://github.com/oracle/node-oracledb/issues/1561>`__.
27+
#) Improved the error message when an attempt is made to establish a connection
28+
to an unsupported database version.
2229

2330
#) Improved binding support:
2431

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.
32+
- Fixed NULL BOOLEAN OUT binds.
33+
- Fixed issues with ordering of binds in SQL when the database version is 12.1
34+
and the ``maxSize`` of a bind variable exceeds 4000 bytes.
2835

29-
#) Added clear error message when an attempt is made to establish a connection
30-
with an unsupported database version.
36+
#) Fixed bug using colons in multiple single-line SQL comments in Thin
37+
mode. `Issue #1561 <https://github.com/oracle/node-oracledb/issues/1561>`__.
3138

32-
#) Fixed bug which caused a cursor leak if an error was thrown while
33-
processing the execution of a query.
39+
#) Fixed bug which caused a cursor leak if an error was thrown while processing
40+
the execution of a query.
3441

35-
#) The buffer and process modules are now imported consistently instead of
36-
relying on global variable definitions, as suggested by Sławomir Osoba in
37-
`GitHub pull request #1559
38-
<https://github.com/oracle/node-oracledb/pull/1559>`__.
42+
#) Fixed several statement caching bugs.
43+
44+
#) Fixed bug with small network SDU sizes.
3945

40-
#) Internal implementation changes:
46+
#) Internal implementation change:
4147

4248
- Improved network packet handling.
43-
- Improved statement cache handling.
4449

4550

4651
node-oracledb `v6.0.0 <https://github.com/oracle/node-oracledb/compare/v5.5.0...v6.0.0>`__ (24 May 2023)

0 commit comments

Comments
 (0)