simple-oracledb
Advanced tools
Comparing version 1.2.2 to 1.2.3
| Date | Version | Description | | ||
| ----------- | ------- | ----------- | | ||
| 2018-04-30 | v1.2.3 | Maintenance | | ||
| 2018-04-14 | v1.2.2 | Performance improvement for pooled connection fetching (#23) | | ||
@@ -4,0 +5,0 @@ | 2017-01-20 | v1.1.57 | connection.run, connection.transaction and oracledb.run actions can now return a promise instead of using a callback | |
@@ -190,2 +190,3 @@ 'use strict'; | ||
stream.nextRow = function readNextRow(streamCallback) { | ||
/*istanbul ignore else*/ | ||
if (!stream.closed) { | ||
@@ -192,0 +193,0 @@ if (rowsData && rowsData.length) { |
{ | ||
"name": "simple-oracledb", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "Extend capabilities of oracledb with simplified API for quicker development.", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -1149,2 +1149,3 @@ # simple-oracledb | ||
| ----------- | ------- | ----------- | | ||
| 2018-04-30 | v1.2.3 | Maintenance | | ||
| 2018-04-14 | v1.2.2 | Performance improvement for pooled connection fetching (#23) | | ||
@@ -1151,0 +1152,0 @@ | 2017-01-20 | v1.1.57 | connection.run, connection.transaction and oracledb.run actions can now return a promise instead of using a callback | |
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
331369
4299
1199