File tree 1 file changed +19
-1
lines changed
1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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.
4
22
5
23
## node-oracledb v1.5.0 (21 Dec 2015)
6
24
You can’t perform that action at this time.
0 commit comments