Comparing version 1.12.2 to 1.13.0
# Change Log | ||
## node-oracledb v1.13.0 (15 Mar 2017) | ||
- Added support for fetching BLOBs as Buffers, using `fetchAsBuffer` and `fetchInfo`. | ||
- Improved PL/SQL Index-by array binding error messages based on PR #470 (Hariprasad Kulkarni). | ||
- Fixed several crashes and a memory leak using CLOBs with `fetchAsString`. | ||
- Fixed several issues including a crash using NULLs and empty strings for LOB `BIND_INOUT` binds. | ||
- Automatically clean up sessions in the connection pool when they become unusable after an ORA-56600 occurs. | ||
- Updated NAN dependency from 2.4 to 2.5. | ||
## node-oracledb v1.12.2 (21 Dec 2016) | ||
@@ -4,0 +18,0 @@ |
{ | ||
"name": "oracledb", | ||
"version": "1.12.2", | ||
"version": "1.13.0", | ||
"description": "Oracle Database driver by Oracle Corp.", | ||
@@ -32,3 +32,3 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"nan": "~2.4.0" | ||
"nan": "~2.5.0" | ||
}, | ||
@@ -35,0 +35,0 @@ "devDependencies": { |
@@ -1,2 +0,2 @@ | ||
# node-oracledb version 1.12 | ||
# node-oracledb version 1.13 | ||
@@ -8,3 +8,3 @@ ## <a name="about"></a> About node-oracledb | ||
Use node-oracledb to connect Node.js 0.12, 4, 6 and 7 to Oracle Database. | ||
Use node-oracledb to connect Node.js 4, 6 and 7 to Oracle Database. | ||
@@ -49,5 +49,5 @@ The add-on is stable, well documented, and has a comprehensive test suite. | ||
- C Compiler with support for C++ 11 (Xcode, gcc, Visual Studio or similar) | ||
- Oracle 11.2 or 12c client libraries. Use the small, free [Oracle Instant Client](http://www.oracle.com/technetwork/database/features/instant-client/index-100365.html) "basic" and "SDK" packages if your database is remote. Or use the libraries and headers from a locally installed database such as the free [Oracle XE](http://www.oracle.com/technetwork/database/database-technologies/express-edition/overview/index.html) release. | ||
- Oracle 11.2, 12.1 or 12.2 client libraries. Use the small, free [Oracle Instant Client](http://www.oracle.com/technetwork/database/features/instant-client/index-100365.html) "basic" and "SDK" packages if your database is remote. Or use the libraries and headers from a locally installed database such as the free [Oracle XE](http://www.oracle.com/technetwork/database/database-technologies/express-edition/overview/index.html) release. | ||
Oracle's standard client-server network compatibility applies: Oracle Client 12c can connect to Oracle Database 10.2 or greater. Oracle Client 11.2 can connect to Oracle Database 9.2 or greater. | ||
Oracle's standard client-server network compatibility applies: Oracle Client 12.2 can connect to Oracle Database 11.2 or greater. Oracle Client 12.1 can connect to Oracle Database 10.2 or greater. Oracle Client 11.2 can connect to Oracle Database 9.2 or greater. | ||
- Set `OCI_LIB_DIR` and `OCI_INC_DIR` during installation if the Oracle libraries and headers are in a non-default location | ||
@@ -93,3 +93,3 @@ | ||
Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved. | ||
Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. | ||
@@ -96,0 +96,0 @@ You may not use the identified files except in compliance with the Apache |
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
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
689180
+ Addednan@2.5.1(transitive)
- Removednan@2.4.0(transitive)
Updatednan@~2.5.0