File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## node-oracledb v1.13.0 (15 Mar 2017)
4
+
5
+ - Added support for fetching BLOBs as Buffers, using ` fetchAsBuffer ` and ` fetchInfo ` .
6
+
7
+ - Improved PL/SQL Index-by array binding error messages based on PR #470 (Hariprasad Kulkarni).
8
+
9
+ - Fixed several crashes and a memory leak using CLOBs with ` fetchAsString ` .
10
+
11
+ - Fixed several issues including a crash using NULLs and empty strings for LOB ` BIND_INOUT ` binds.
12
+
13
+ - Automatically clean up sessions in the connection pool when they become unusable after an ORA-56600 occurs.
14
+
15
+ - Updated NAN dependency from 2.4 to 2.5.
16
+
3
17
## node-oracledb v1.12.2 (21 Dec 2016)
4
18
5
19
- Fix memory allocation with Oracle 11g client libraries when querying CLOBs using ` fetchAsString ` and ` fetchInfo ` .
You can’t perform that action at this time.
0 commit comments