File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## node-oracledb v1.11.0 (DD Mon YYYY)
3
+ ## node-oracledb v1.11.0 (19 Aug 2016)
4
+
5
+ - Added a connection pool cache feature allowing pools to have aliases and be more easily used.
6
+
7
+ - Improved the bootstrap error message when the node-oracledb binary cannot be loaded.
8
+
9
+ - Fixed memory leaks with ` DATE ` and ` TIMESTAMP ` bind values.
10
+
11
+ - Fixed external authentication which broke in 1.10.
12
+
13
+ - Fixed metadata ` scale ` and ` precision ` values on AIX.
14
+
15
+ - Made an internal change to replace ` std::string.data() ` with ` std::string.c_str() ` .
16
+
17
+ - Made an internal change to remove an unused parameter from the ` NJS_SET_EXCEPTION ` macro.
4
18
5
19
## node-oracledb v1.10.1 (21 Jul 2016)
6
20
12
26
13
27
- Made an internal change for queries selecting unsupported column types allowing them to report an error earlier.
14
28
15
- - Made an internal change to use std::string& for string lengths.
29
+ - Made an internal change to use ` std::string& ` for string lengths.
16
30
17
31
- Fixed a compilation warning on Windows.
18
32
You can’t perform that action at this time.
0 commit comments