simple-oracledb
Advanced tools
Comparing version 1.1.37 to 1.1.38
| Date | Version | Description | | ||
| ----------- | ------- | ----------- | | ||
| 2016-10-19 | v1.1.37 | Maintenance | | ||
| 2016-10-19 | v1.1.38 | Maintenance | | ||
| 2016-10-07 | v1.1.26 | Added oracledb.run | | ||
@@ -5,0 +5,0 @@ | 2016-10-06 | v1.1.25 | Maintenance | |
{ | ||
"name": "simple-oracledb", | ||
"version": "1.1.37", | ||
"version": "1.1.38", | ||
"description": "Extend capabilities of oracledb with simplified API for quicker development.", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -916,3 +916,3 @@ # simple-oracledb | ||
| ----------- | ------- | ----------- | | ||
| 2016-10-19 | v1.1.37 | Maintenance | | ||
| 2016-10-19 | v1.1.38 | Maintenance | | ||
| 2016-10-07 | v1.1.26 | Added oracledb.run | | ||
@@ -919,0 +919,0 @@ | 2016-10-06 | v1.1.25 | Maintenance | |
@@ -61,4 +61,4 @@ 'use strict'; | ||
COL2: index, | ||
COL3: undefined, | ||
COL4: undefined, | ||
COL3: null, | ||
COL4: null, | ||
LOB1: longClobText, | ||
@@ -65,0 +65,0 @@ LOB2: new Buffer('blob text here') |
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
768891