Comparing version 2.1.0 to 2.1.1
# Change Log | ||
## node-oracledb v2.1.1 (16 Feb 2018) | ||
Fixed regression with querystream() in Node 4 & 6. | ||
## node-oracledb v2.1.0 (15 Feb 2018) | ||
@@ -4,0 +8,0 @@ |
@@ -72,3 +72,3 @@ /* Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved. */ | ||
setImmediate(function() { | ||
self.destroy(); | ||
self._destroy(null, function() {}); | ||
}); | ||
@@ -75,0 +75,0 @@ }); |
@@ -1,1 +0,1 @@ | ||
339089fa3be02c1506a593b47f5e994cc674b762 Mon 12 Feb 2018 04:22:26 UTC | ||
db778ce8413a214edb0e06f9b44edcc4a764b57c Thu 15 Feb 2018 23:08:08 UTC |
{ | ||
"name": "oracledb", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Oracle Database driver by Oracle Corp.", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
{ | ||
"name": "oracledb", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Oracle Database driver by Oracle Corp.", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -27,2 +27,3 @@ # node-oracledb version 2.1 | ||
- [Database Resident Connection Pooling (DRCP)][15] | ||
- [Privileged Connections][38] | ||
- [External Authentication][16] | ||
@@ -130,1 +131,2 @@ - [Array Fetches][17] | ||
[37]: https://github.com/oracle/node-oracledb/blob/master/INSTALL.md#quickstart | ||
[38]: https://github.com/oracle/node-oracledb/blob/master/doc/api.md#getconnectiondbattrsprivilege |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1211337
131