We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c289a6f commit 2b3de31Copy full SHA for 2b3de31
CHANGELOG.md
@@ -1,9 +1,21 @@
1
# Change Log
2
3
-## node-oracledb v0.x.0 (DD MON YYYY)
+## node-oracledb v0.7.0 (20 Jul 2015)
4
+
5
+- Added result set support for fetching large data sets.
6
7
+- Added REF CURSOR support for returning query results from PL/SQL.
8
9
+- Added row prefetching support.
10
11
- Added a test suite.
12
13
+- Fixed error handling for SQL statements using RETURNING INTO.
14
15
+- Fixed INSERT of a date when the SQL has a RETURNING INTO clause.
16
17
+- Renumbered the values used by the Oracledb Constants
18
19
## node-oracledb v0.6.0 (26 May 2015)
20
21
- Node-oracledb now builds with Node.js 0.10, Node.js 0.12 and io.js.
0 commit comments