Skip to content

Commit 88b6423

Browse files
committed
Update CHANGELOG
1 parent 994fc1d commit 88b6423

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
- Remove non-portable memory allocation for queries that return NULL.
88

9-
- Added check to make sure maxRows is greater than zero for non-ResultSet queries.
9+
- Added check to make sure `maxRows` is greater than zero for non-ResultSet queries.
1010

1111
- Fixed AIX-specific REF CURSOR related failures.
1212

@@ -20,6 +20,8 @@
2020

2121
- Added a `type` property to the Lob class to distinguish CLOB and BLOB types.
2222

23+
- Made installation halt sooner for Node.js versions currently known to be unusable.
24+
2325
## node-oracledb v1.1.0 (3 Sep 2015)
2426

2527
- Enhanced pool.release() to drop the session if it is known to be unusable, allowing a new session to be created.

0 commit comments

Comments
 (0)