We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c99bea5 commit 1437428Copy full SHA for 1437428
CHANGELOG.md
@@ -1,5 +1,19 @@
1
# Change Log
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
17
## node-oracledb v1.12.2 (21 Dec 2016)
18
19
- Fix memory allocation with Oracle 11g client libraries when querying CLOBs using `fetchAsString` and `fetchInfo`.
0 commit comments