Comparing version 1.10.0 to 1.10.1
# Change Log | ||
## node-oracledb v1.10.1 (21 Jul 2016) | ||
- Fixed a bug that prevented a null value being passed from JavaScript into an IN OUT bind. | ||
- Fixed a memory leak introduced in 1.10 with REF CURSORs. | ||
- Fixed a memory leak in error handling paths when using REF CURSORs. | ||
- Made an internal change for queries selecting unsupported column types allowing them to report an error earlier. | ||
- Made an internal change to use std::string& for string lengths. | ||
- Fixed a compilation warning on Windows. | ||
- Added a mocha configuration file for the test suite. | ||
## node-oracledb v1.10.0 (8 Jul 2016) | ||
@@ -4,0 +20,0 @@ |
{ | ||
"name": "oracledb", | ||
"version": "1.10.0", | ||
"version": "1.10.1", | ||
"description": "Oracle Database driver by Oracle Corp.", | ||
@@ -44,4 +44,4 @@ "license": "Apache-2.0", | ||
"scripts": { | ||
"test": "mocha -R spec --timeout 100000 test/*.js", | ||
"testWindows": "mocha -R spec --timeout 0 test\\*.js" | ||
"test": "mocha --opts test/opts/mocha.opts", | ||
"testWindows": "mocha --opts test\\opts\\mocha.opts" | ||
}, | ||
@@ -48,0 +48,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
584802
53