File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3- ## node-oracledb v1.6.0 (DD Mon YYYY)
3+ ## node-oracledb v1.6.0 (30 Jan 2016)
4+
5+ - Added support for binding PL/SQL Collection Associative Array
6+ (Index-by) types containing numbers and strings.
7+
8+ - Fixed a LOB problem causing an uncaught error to be generated.
9+
10+ - Removed the 'close' event that was incorrectly emitted for LOB Writable
11+ Streams. The Node.js Streams documentation specifies it only for
12+ Readable Streams.
13+
14+ - Updated the LOB examples to show connection release.
15+
16+ - Updated README so first-time users see pre-requisites earlier.
17+
18+ - Extended the OS X install instructions with a way to install that doesn't
19+ need root access for Instant Client 11.2 on El Capitan.
20+
21+ - Added RPATH link option when building on OS X in preparation for future client.
422
523## node-oracledb v1.5.0 (21 Dec 2015)
624
You can’t perform that action at this time.
0 commit comments