Skip to content

Commit 1437428

Browse files
committed
Update CHANGELOG
1 parent c99bea5 commit 1437428

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Change Log
22

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+
317
## node-oracledb v1.12.2 (21 Dec 2016)
418

519
- Fix memory allocation with Oracle 11g client libraries when querying CLOBs using `fetchAsString` and `fetchInfo`.

0 commit comments

Comments
 (0)