We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 994fc1d commit 88b6423Copy full SHA for 88b6423
CHANGELOG.md
@@ -6,7 +6,7 @@
6
7
- Remove non-portable memory allocation for queries that return NULL.
8
9
-- Added check to make sure maxRows is greater than zero for non-ResultSet queries.
+- Added check to make sure `maxRows` is greater than zero for non-ResultSet queries.
10
11
- Fixed AIX-specific REF CURSOR related failures.
12
@@ -20,6 +20,8 @@
20
21
- Added a `type` property to the Lob class to distinguish CLOB and BLOB types.
22
23
+- Made installation halt sooner for Node.js versions currently known to be unusable.
24
+
25
## node-oracledb v1.1.0 (3 Sep 2015)
26
27
- Enhanced pool.release() to drop the session if it is known to be unusable, allowing a new session to be created.
0 commit comments