File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## node-oracledb v1.8.0 (24 Mar 2016)
4
+
5
+ - Added ` connection.queryStream() ` for returning query results using a
6
+ Node Readable Stream (Sagie Gur-Ari).
7
+
8
+ - Connection strings requesting DRCP server can now only be used with
9
+ a node-oracledb connection pool. They will give * ORA-56609* when
10
+ used with ` oracledb.getConnection() ` .
11
+
12
+ - Set the internal driver name to ` node-oracledb : 1.8.0 ` . This is
13
+ visible to DBAs, for example in ` V$SESSION_CONNECT_INFO ` .
14
+
15
+ - Added up-time to pool queue statistics.
16
+
17
+ - Fixed creation of Windows debug builds.
18
+
19
+ - Bumped NAN dependency to NAN 2.2.
20
+
21
+ - Added .editorconfig file (Sagie Gur-Ari).
22
+
23
+ - Improved test date and time checks (Antonio Bustos).
24
+
25
+ - Improved some parameter checks for ` maxArraySize ` and ` maxSize ` .
26
+
3
27
## node-oracledb v1.7.1 (1 Mar 2016)
4
28
5
29
- Made public methods overwritable in new JavaScript layer
You can’t perform that action at this time.
0 commit comments