simple-oracledb
Advanced tools
Comparing version 0.0.24 to 0.0.25
{ | ||
"name": "simple-oracledb", | ||
"version": "0.0.24", | ||
"version": "0.0.25", | ||
"description": "Extend capabilities of oracledb with simplified API for quicker development.", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -114,3 +114,3 @@ # simple-oracledb | ||
runValidationSQL: true, //True to ensure the connection returned is valid by running a test validation SQL (defaults to true) | ||
validationSQL: 'SELECT 1 FROM DUAL', The test SQL to invoke before returning a connection to validate the connection is open (defaults to 'SELECT 1 FROM DUAL') | ||
validationSQL: 'SELECT 1 FROM DUAL', //The test SQL to invoke before returning a connection to validate the connection is open (defaults to 'SELECT 1 FROM DUAL') | ||
//any other oracledb pool attributes | ||
@@ -135,3 +135,3 @@ }, function onPoolCreated(error, pool) { | ||
runValidationSQL: true, //True to ensure the connection returned is valid by running a test validation SQL (defaults to true) | ||
validationSQL: 'SELECT 1 FROM DUAL', The test SQL to invoke before returning a connection to validate the connection is open (defaults to 'SELECT 1 FROM DUAL') | ||
validationSQL: 'SELECT 1 FROM DUAL', //The test SQL to invoke before returning a connection to validate the connection is open (defaults to 'SELECT 1 FROM DUAL') | ||
//any other oracledb pool attributes | ||
@@ -351,2 +351,3 @@ }, function onPoolCreated(error, pool) { | ||
| ----------- | ------- | ----------- | | ||
| 2015-12-08 | v0.0.25 | Maintenance | | ||
| 2015-12-08 | v0.0.24 | Added pool.getConnection connection validation via running SQL test command | | ||
@@ -353,0 +354,0 @@ | 2015-11-30 | v0.0.23 | Maintenance | |
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
281908
367