You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@
9
9
[NAN](https://github.com/nodejs/nan).
10
10
- Node.js 8.16 or Node.js 10.16, or higher, is required by this version of node-oracledb. Node.js 8.16, 10.16, 11.12 and 12 contain an important N-API performance fix.
11
11
- N-API allows node-oracledb binaries to be portable between Node.js versions on a given operating system, subject to N-API compatibility.
12
-
- Oracle Client libraries are still required at runtime.
12
+
- Oracle Client libraries are still required at runtime. These can be from Oracle Instant Client, the full Oracle Client, or an Oracle Database installation.
13
13
- The string representation of classes has changed to `[Object Object]` as a consequence of using N-API.
14
-
-A C++11 compiler is no longer required when building from source code. The node-oracledb source code is now pure C.
14
+
-The C compiler required for building from source code no longer needs C++11 compatibility. The node-oracledb source code is now pure C.
15
15
16
16
- Added support for Oracle Advanced Queuing (AQ) RAW queues, allowing
Copy file name to clipboardExpand all lines: INSTALL.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,10 +20,10 @@ limitations under the License.
20
20
## ===> *** Note: Go to [https://oracle.github.io/node-oracledb/INSTALL.html](https://oracle.github.io/node-oracledb/INSTALL.html) for production documentation ***
21
21
22
22
1.[Node-oracledb Overview](#overview)
23
-
- 1.1 [Changes in node-oracledb version 4.0](#mig40)
24
-
- 1.2 [Changes in node-oracledb version 3.1](#mig31)
25
-
- 1.3 [Changes in node-oracledb version 3.0](#mig30)
26
-
- 1.4 [Changes in node-oracledb version 2.0](#mig20)
23
+
- 1.1 [Installation Changes in node-oracledb version 4.0](#mig40)
24
+
- 1.2 [Installation Changes in node-oracledb version 3.1](#mig31)
25
+
- 1.3 [Installation Changes in node-oracledb version 3.0](#mig30)
26
+
- 1.4 [Installation Changes in node-oracledb version 2.0](#mig20)
0 commit comments