Skip to content

Commit 5edee35

Browse files
committed
Add doc links
1 parent 286041b commit 5edee35

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed

CHANGELOG.md

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@
1313
- The string representation of classes has changed to `[Object Object]` as a consequence of using N-API. Use `Object.getPrototypeOf()` to get class information.
1414
- The C compiler required for building from source code no longer needs C++11 compatibility. The node-oracledb source code is now pure C.
1515

16-
- Added support for querying and binding Oracle Database objects and
17-
collections, see [Oracle Database Objects and
16+
- Added support for querying and binding [Oracle Database Objects and
1817
Collections](https://oracle.github.io/node-oracledb/doc/api.html#objects).
1918

20-
- Oracle Advanced Queuing (AQ):
19+
- Added support for [Oracle Advanced Queuing (AQ)](https://oracle.github.io/node-oracledb/doc/api.html#aq):
2120

2221
- Added support for "RAW" queues, allowing String and Buffer
2322
messages to be used.
@@ -27,22 +26,25 @@
2726

2827
- Added support for notifications with `oracledb.SUBSCR_NAMESPACE_AQ`.
2928

30-
- Added support for Implicit Results, allowing query results to be
31-
returned from PL/SQL without needing parameters or bind variables.
29+
- Added support for [Implicit
30+
Results](https://oracle.github.io/node-oracledb/doc/api.html#implicitresults),
31+
allowing query results to be returned from PL/SQL without needing
32+
parameters or bind variables.
3233

3334
- Added asynchronous method
3435
[`lob.getData()`](https://oracle.github.io/node-oracledb/doc/api.html#lobgetdata)
3536
to return all data from a Lob readable stream.
3637

37-
- Added a new `dbTypeName` attribute to `extendedMetaData` output. It
38-
contains the name of the type the column has in the database, such
39-
as "VARCHAR2".
38+
- Added a new `dbTypeName` attribute to [`extendedMetaData`
39+
output](https://oracle.github.io/node-oracledb/doc/api.html#execmetadata).
40+
It contains the name of the type the column has in the database,
41+
such as "VARCHAR2".
4042

4143
- Enhanced BIND_IN of PL/SQL Collection Associative Arrays (Index-by)
4244
so a bind definition object can be omitted (see
4345
[#1039](https://github.com/oracle/node-oracledb/issues/1039)).
4446

45-
- Continuous Query Notification (CQN):
47+
- Continuous Query Notification (CQN) Improvements:
4648

4749
- Added support for getting the [registration
4850
id](https://oracle.github.io/node-oracledb/doc/api.html#consubscribecallback)
@@ -73,7 +75,7 @@
7375
previous constants `oracledb.ARRAY` and `oracledb.OBJECT` are
7476
deprecated but still usable.
7577

76-
- Improved the performance of `oracledb.outFormat = oracledb.OUT_FORMAT_OBJECT`.
78+
- Improved the performance of [`oracledb.outFormat`](#propdboutformat) mode `oracledb.OUT_FORMAT_OBJECT`.
7779

7880
- Improved the fetch performance of LOBs in some cases by reducing the
7981
number of round-trips required between node-oracledb and Oracle
@@ -104,7 +106,10 @@
104106
- The NJS-014 error when setting a read-only property was replaced
105107
with a standard JavaScript message.
106108

107-
- SODA changes:
109+
- Some error numbers may have changed due to code refactoring.
110+
Some message text was updated.
111+
112+
- [SODA](https://oracle.github.io/node-oracledb/doc/api.html#sodaoverview) changes:
108113

109114
- Added SODA bulk insert methods
110115
[`sodaCollection.insertMany()`](https://oracle.github.io/node-oracledb/doc/api.html#sodacollinsertmany)

0 commit comments

Comments
 (0)