Comparing version 0.5.0 to 0.6.0
# Change Log | ||
## node-oracledb v0.6.0 (26 May 2015) | ||
- Node-oracledb now builds with Node.js 0.10, Node.js 0.12 and io.js. | ||
- Fixed naming of `autoCommit` in examples. | ||
## node-oracledb v0.5.0 (5 May 2015) | ||
@@ -4,0 +10,0 @@ |
@@ -0,1 +1,3 @@ | ||
# node-oracledb | ||
You may not use the identified files except in compliance with the | ||
@@ -220,1 +222,28 @@ Apache License, Version 2.0 (the "License.") | ||
``` | ||
# NAN | ||
``` | ||
Copyright (c) 2015 NAN contributors | ||
NAN contributors listed at https://github.com/rvagg/nan#contributors | ||
Permission is hereby granted, free of charge, to any person obtaining | ||
a copy of this software and associated documentation files (the | ||
"Software"), to deal in the Software without restriction, including | ||
without limitation the rights to use, copy, modify, merge, publish, | ||
distribute, sublicense, and/or sell copies of the Software, and to | ||
permit persons to whom the Software is furnished to do so, subject to | ||
the following conditions: | ||
The above copyright notice and this permission notice shall be | ||
included in all copies or substantial portions of the Software. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | ||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | ||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | ||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE | ||
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION | ||
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION | ||
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
``` |
{ | ||
"name" : "oracledb", | ||
"version" : "0.5.0", | ||
"description" : "Oracle Database driver by Oracle Corp.", | ||
"license" : "Apache 2.0", | ||
"homepage": "http://www.oracle.com/technetwork/database/database-technologies/node_js/index.html", | ||
"keywords" : [ | ||
"oracledb", "dboracle", "Node.js", "SQL", "PL/SQL", "connection", "connectivity", "OCI", "client", "plugin", "library", "driver", "extension", "binding", "interface", "adapter", "module", "DB", "official", "Database", "Oracle" | ||
], | ||
"repository" : { | ||
"type" : "git", | ||
"url" : "git://github.com/oracle/node-oracledb.git" | ||
}, | ||
"dependencies" : { | ||
}, | ||
"engines" : { | ||
"node" : ">=0.10.28 <0.11" | ||
}, | ||
"engineStrict": true, | ||
"maintainers" : [ | ||
{ | ||
"name" : "Oracle Corp." | ||
} | ||
], | ||
"bugs" : { | ||
"url" : "https://github.com/oracle/node-oracledb/issues" | ||
}, | ||
"main" : "./index.js" | ||
"name": "oracledb", | ||
"version": "0.6.0", | ||
"description": "Oracle Database driver by Oracle Corp.", | ||
"license": "Apache-2.0", | ||
"homepage": "http://www.oracle.com/technetwork/database/database-technologies/node_js/index.html", | ||
"keywords": [ | ||
"oracledb", | ||
"dboracle", | ||
"Node.js", | ||
"SQL", | ||
"PL/SQL", | ||
"connection", | ||
"connectivity", | ||
"OCI", | ||
"client", | ||
"plugin", | ||
"library", | ||
"driver", | ||
"extension", | ||
"binding", | ||
"interface", | ||
"adapter", | ||
"module", | ||
"DB", | ||
"official", | ||
"Database", | ||
"Oracle" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/oracle/node-oracledb.git" | ||
}, | ||
"dependencies": { | ||
"nan": "^1.8.4" | ||
}, | ||
"engines": { | ||
"node": ">=0.10.28" | ||
}, | ||
"maintainers": [ | ||
{ | ||
"name": "Oracle Corp." | ||
} | ||
], | ||
"bugs": { | ||
"url": "https://github.com/oracle/node-oracledb/issues" | ||
}, | ||
"main": "./index.js" | ||
} |
@@ -1,2 +0,2 @@ | ||
# node-oracledb version 0.5 | ||
# node-oracledb version 0.6 | ||
@@ -8,3 +8,3 @@ ## <a name="about"></a> 1. About node-oracledb | ||
Node-oracledb 0.5 supports basic and advanced Oracle features, including: | ||
Node-oracledb 0.6 supports basic and advanced Oracle features, including: | ||
@@ -27,3 +27,3 @@ - SQL and PL/SQL Execution | ||
Node-oracledb 0.5 is a preview release. We are actively working on | ||
Node-oracledb 0.6 is a preview release. We are actively working on | ||
adding features including LOB support and batch fetching / streaming | ||
@@ -30,0 +30,0 @@ of large query result sets. |
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
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
281490
1
+ Addednan@^1.8.4
+ Addednan@1.9.0(transitive)