You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
# Change Log
2
2
3
-
## node-oracledb v1.2.0 (DD Mon YYYY)
3
+
## node-oracledb v1.2.0 (25 Sep 2015)
4
4
5
5
- Added support for RAW data type.
6
6
7
7
- Added a `type` property to the Lob class to distinguish CLOB and BLOB types.
8
8
9
9
- Changed write-only attributes of Connection objects to work with `console.log()`. Note the attribute values will show as `null`. Refer to the documentation.
10
10
11
-
- Added check to make sure `maxRows` is greater than zero for non-ResultSet queries.
11
+
- Added a check to make sure `maxRows` is greater than zero for non-ResultSet queries.
12
12
13
13
- Improved installer messages for Oracle client header and library detection on Linux, OS X and Solaris.
14
14
@@ -32,7 +32,7 @@
32
32
33
33
- Made installation halt sooner for Node.js versions currently known to be unusable.
0 commit comments