Skip to content

Commit dab1b02

Browse files
committed
Mention C++11 requirement and also mention Node 4 & 5
1 parent 177fc9f commit dab1b02

File tree

3 files changed

+18
-12
lines changed

3 files changed

+18
-12
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
## node-oracledb v1.4.0 (DD Mon YYYY)
44

5-
- Upgrade NAN dependency to version 2 allowing node-oracledb to build
6-
with Node 4 and 5.
5+
- Upgraded NAN dependency to version 2 allowing node-oracledb to build
6+
with Node 0.10, 0.12, 4 and 5. Note: a compiler supporting C++11 is now required.
77

88
- Fixed a cursor leak when statement execution fails.
99

INSTALL.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,22 +33,24 @@ The [*node-oracledb*](https://github.com/oracle/node-oracledb) add-on for Node.j
3333
The steps below create a Node.js installation for testing. Adjust the
3434
steps for your environment.
3535

36-
This node-oracledb release has been tested with Node 0.10 and 0.12 on
37-
64-bit Oracle Linux and Windows. The add-on can also build in some
38-
Mac OS X, 32-bit Linux, 32-bit Windows, Solaris and AIX environments,
39-
but these architectures have not been fully tested.
36+
This node-oracledb release has been tested with Node 0.10, 0.12, 4.2
37+
and 5.0 on 64-bit Oracle Linux and Windows. The add-on can also build
38+
in some Mac OS X, 32-bit Linux, 32-bit Windows, Solaris and AIX
39+
environments, but these architectures have not been fully tested.
4040

4141
### Prerequisites
4242

4343
Installation requires Oracle 11.2 or 12.1 client libraries.
4444
These are included in Oracle Instant Client RPMs or ZIPs, a full
4545
Oracle Client, or a database on the same machine. Oracle's standard
4646
client-server network compatibility applies. For example, with Oracle
47-
client 12.1 you can connect to Oracle Database 10.2 or greater. Use
48-
Oracle client 11.2 if you need to connect to Oracle Database 9.2.
47+
Client 12.1 you can connect to Oracle Database 10.2 or greater. Use
48+
Oracle Client 11.2 if you need to connect to Oracle Database 9.2.
4949

50-
A compiler is needed. Use Visual Studio on Windows, gcc on Linux or
51-
Xcode on OS X.
50+
A compiler supporting C++11 is required. Use Visual Studio on
51+
Windows, gcc on Linux or Xcode on OS X. Note the default compiler on
52+
Oracle Linux 6 and RHEL 6 does not have the required support. Install
53+
a newer compiler or upgrade to Oracle Linux 7.
5254

5355
Python 2.7 is needed by node-gyp. If another version of Python occurs
5456
first in your binary path then, when you install node-oracledb, use
@@ -149,6 +151,8 @@ the run time linker is configured to find this other software via
149151
the Instant Client RPM libraries, for example
150152
`/usr/lib/oracle/12.1/client64/lib`.
151153

154+
Note: A compiler supporting C++11 is required.
155+
152156
### 2.4 Run an example program
153157

154158
Download the
@@ -263,6 +267,8 @@ npm install oracledb
263267
If you are installing with `sudo`, you may need to use `sudo -E` to
264268
preserve the environment variable values.
265269

270+
Note: A compiler supporting C++11 is required.
271+
266272
### 3.4 Run an example program
267273

268274
Download the

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
The node-oracledb add-on for Node.js powers high performance Oracle Database applications.
66

7-
Node-oracledb connects Node.js 0.10, Node.js 0.12, and io.js to
8-
Oracle Database.
7+
Node-oracledb connects Node.js 0.10, 0.12, 4.2 and 5.0 to Oracle
8+
Database.
99

1010
This is an open source project maintained by Oracle Corp.
1111

0 commit comments

Comments
 (0)