@@ -80,7 +80,7 @@ from source code:
80
80
81
81
- Install a C Compiler with support for C++ 11 (Xcode, gcc 4.7, Visual Studio 2013, or similar)
82
82
83
- - Run ` npm install oracle/node-oracledb.git#v2.0.14 ` (substitute your [ desired tag] [ 40 ] ).
83
+ - Run ` npm install oracle/node-oracledb.git#v2.0.15 ` (substitute your [ desired tag] [ 40 ] ).
84
84
85
85
- Install [ Oracle Instant Client] [ 3 ] 12.2, 12.1 or 11.2. Put the
86
86
libraries in your OS library search path, such as ` PATH ` on Windows,
@@ -231,10 +231,10 @@ If a pre-built node-oracledb binary is not installable, the binary can
231
231
be built from source code.
232
232
233
233
Locate the [ GitHub tag] [ 40 ] of the desired node-oracledb version, for
234
- example ` v2.0.14 ` , and use it in the install command like:
234
+ example ` v2.0.15 ` , and use it in the install command like:
235
235
236
236
```
237
- npm install oracle/node-oracledb.git#v2.0.14
237
+ npm install oracle/node-oracledb.git#v2.0.15
238
238
```
239
239
240
240
* Note:* GCC 4.7 (or later) is required when building with Node.js 4 or
@@ -386,10 +386,10 @@ If a pre-built node-oracledb binary is not installable, the binary can
386
386
be built from source code.
387
387
388
388
Locate the [ GitHub tag] [ 40 ] of the desired node-oracledb version, for
389
- example ` v2.0.14 ` , and use it in the install command like:
389
+ example ` v2.0.15 ` , and use it in the install command like:
390
390
391
391
```
392
- npm install oracle/node-oracledb.git#v2.0.14
392
+ npm install oracle/node-oracledb.git#v2.0.15
393
393
```
394
394
395
395
* Note:* GCC 4.7 (or later) is required when building with Node.js 4 or
@@ -542,10 +542,10 @@ If a pre-built node-oracledb binary is not installable, the binary can
542
542
be built from source code.
543
543
544
544
Locate the [ GitHub tag] [ 40 ] of the desired node-oracledb version, for
545
- example ` v2.0.14 ` , and use it in the install command like:
545
+ example ` v2.0.15 ` , and use it in the install command like:
546
546
547
547
```
548
- npm install oracle/node-oracledb.git#v2.0.14
548
+ npm install oracle/node-oracledb.git#v2.0.15
549
549
```
550
550
551
551
* Note:* GCC 4.7 (or later) is required when building with Node.js 4 or
@@ -647,10 +647,10 @@ If a pre-built node-oracledb binary is not installable, the binary can
647
647
be built from source code.
648
648
649
649
Locate the [ GitHub tag] [ 40 ] of the desired node-oracledb version, for
650
- example ` v2.0.14 ` , and use it in the install command like:
650
+ example ` v2.0.15 ` , and use it in the install command like:
651
651
652
652
```
653
- npm install oracle/node-oracledb.git#v2.0.14
653
+ npm install oracle/node-oracledb.git#v2.0.15
654
654
```
655
655
656
656
#### 3.5.4 Install the free Oracle Instant Client 'Basic' ZIP file
@@ -800,10 +800,10 @@ Alternatively you can open the 'Developer Command Prompt for Visual
800
800
Studio' which has environment variables already configured.
801
801
802
802
Locate the [ GitHub tag] [ 40 ] of the desired node-oracledb version, for
803
- example ` v2.0.14 ` , and use it in the install command like:
803
+ example ` v2.0.15 ` , and use it in the install command like:
804
804
805
805
```
806
- npm install oracle/node-oracledb.git#v2.0.14
806
+ npm install oracle/node-oracledb.git#v2.0.15
807
807
```
808
808
809
809
#### 3.6.4 Install the free Oracle Instant Client ZIP
@@ -958,10 +958,10 @@ be built from source code.
958
958
Studio' which has environment variables already configured.
959
959
960
960
- Locate the [ GitHub tag] [ 40 ] of the desired node-oracledb version, for
961
- example ` v2.0.14 ` , and use it in the install command like:
961
+ example ` v2.0.15 ` , and use it in the install command like:
962
962
963
963
```
964
- npm install oracle/node-oracledb.git#v2.0.14
964
+ npm install oracle/node-oracledb.git#v2.0.15
965
965
```
966
966
967
967
#### 3.7.4 The default Oracle Client configuration directory
@@ -1078,10 +1078,10 @@ export CC=gcc
1078
1078
```
1079
1079
1080
1080
Locate the [ GitHub tag] [ 40 ] of the desired node-oracledb version, for
1081
- example ` v2.0.14 ` , and use it in the install command like:
1081
+ example ` v2.0.15 ` , and use it in the install command like:
1082
1082
1083
1083
```
1084
- npm install oracle/node-oracledb.git#v2.0.14
1084
+ npm install oracle/node-oracledb.git#v2.0.15
1085
1085
```
1086
1086
1087
1087
#### 3.9.4 Install the free Oracle Instant Client 'Basic' ZIP file
@@ -1189,10 +1189,10 @@ export MAKE=gmake
1189
1189
```
1190
1190
1191
1191
Locate the [ GitHub tag] [ 40 ] of the desired node-oracledb version, for
1192
- example ` v2.0.14 ` , and use it in the install command like:
1192
+ example ` v2.0.15 ` , and use it in the install command like:
1193
1193
1194
1194
```
1195
- npm install oracle/node-oracledb.git#v2.0.14
1195
+ npm install oracle/node-oracledb.git#v2.0.15
1196
1196
```
1197
1197
1198
1198
#### 3.10.4 Install the free Oracle Instant Client 'Basic' ZIP file
@@ -1317,21 +1317,21 @@ of Node.js and operating system, you can install manually:
1317
1317
[ GitHub Release] [ 41 ] page.
1318
1318
1319
1319
Download the release's main node-oracledb package, for example
1320
- ` oracledb-2.0.14 .tgz ` .
1320
+ ` oracledb-2.0.15 .tgz ` .
1321
1321
1322
1322
Also download the appropriate binary package, for example
1323
- ` oracledb-v2.0.14 -node-v57-darwin-x64.gz ` . To determine the correct
1323
+ ` oracledb-v2.0.15 -node-v57-darwin-x64.gz ` . To determine the correct
1324
1324
binary package, find your Node.js module version, platform and
1325
1325
architecture using:
1326
1326
1327
1327
- ` node -p 'process.versions.modules' `
1328
1328
- ` node -p 'process.platform' `
1329
1329
- ` node -p 'process.arch' `
1330
1330
1331
- For example, when installing node-oracledb 2.0.14 on macOS with
1331
+ For example, when installing node-oracledb 2.0.15 on macOS with
1332
1332
Node.js 8, these commands will show the module version is '57', the
1333
1333
platform is 'darwin' and the architecture is 'x64'. The package to
1334
- download is ` oracledb-v2.0.14 -node-v57-darwin-x64.gz `
1334
+ download is ` oracledb-v2.0.15 -node-v57-darwin-x64.gz `
1335
1335
1336
1336
If an appropriate package is not available, follow the
1337
1337
[ Node-oracledb Installation Instructions] ( #instructions ) for your
@@ -1343,7 +1343,7 @@ of Node.js and operating system, you can install manually:
1343
1343
```
1344
1344
mkdir node_modules/oracledb
1345
1345
cd node_modules/oracledb
1346
- tar -xzf oracledb-2.0.14 .tgz
1346
+ tar -xzf oracledb-2.0.15 .tgz
1347
1347
```
1348
1348
1349
1349
The node_modules directory will contain:
@@ -1363,7 +1363,7 @@ of Node.js and operating system, you can install manually:
1363
1363
|-- |-- querystream.js
1364
1364
|-- |-- resultset.js
1365
1365
|-- |-- util.js
1366
- |-- oracledb-2.0.14 .tgz
1366
+ |-- oracledb-2.0.15 .tgz
1367
1367
|-- package
1368
1368
|-- |-- extractpackage.js
1369
1369
|-- |-- oracledbinstall.js
@@ -1375,7 +1375,7 @@ of Node.js and operating system, you can install manually:
1375
1375
to unarchive the binary package, for example:
1376
1376
1377
1377
```
1378
- node extractpackage.js path=oracledb-v2.0.14 -node-v57-darwin-x64.gz
1378
+ node extractpackage.js path=oracledb-v2.0.15 -node-v57-darwin-x64.gz
1379
1379
```
1380
1380
1381
1381
- Create the subdirectory ` node_modules/oracledb/build/Release ` and
0 commit comments