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 11# Change Log
22
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.
418
519## node-oracledb v1.10.1 (21 Jul 2016)
620
1226
1327- Made an internal change for queries selecting unsupported column types allowing them to report an error earlier.
1428
15- - Made an internal change to use std::string& for string lengths.
29+ - Made an internal change to use ` std::string& ` for string lengths.
1630
1731- Fixed a compilation warning on Windows.
1832
You can’t perform that action at this time.
0 commit comments