File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## node-oracledb v1.7.0 (DD Mon YYYY)
3
+ ## node-oracledb v1.7.0 (29 Feb 2016)
4
+
5
+ - Added a JavaScript wrapper around the C++ API to allow for easier
6
+ extension.
7
+
8
+ - Added a connection pool queue configured with ` queueRequests ` and
9
+ ` queueTimeout ` attributes. The queue is enabled by default.
10
+
11
+ - Added connection pool option attribute ` _enableStats ` and method
12
+ ` pool._logStats() ` to display pool and queue statistics. Note: these may
13
+ change in future.
14
+
15
+ - Added "bind by position" syntax for PL/SQL Index-by array binds.
16
+
17
+ - Allowed node-oracledb class instances to be tested with 'instanceof'.
18
+
19
+ - Fixed some bind issues when bind values are not set by the database.
20
+
21
+ - Replaced internal usage of ` info.This() ` with ` info.Holder() ` for Node.js 0.10.
22
+
23
+ - Fixed some compilation warnings with some Windows compilers.
4
24
5
25
## node-oracledb v1.6.0 (30 Jan 2016)
6
26
You can’t perform that action at this time.
0 commit comments