Skip to content

Commit

Permalink
Update CHANGELOG for 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbj committed Jul 20, 2015
1 parent c289a6f commit 2b3de31
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
# Change Log

## node-oracledb v0.x.0 (DD MON YYYY)
## node-oracledb v0.7.0 (20 Jul 2015)

- Added result set support for fetching large data sets.

- Added REF CURSOR support for returning query results from PL/SQL.

- Added row prefetching support.

- Added a test suite.

- Fixed error handling for SQL statements using RETURNING INTO.

- Fixed INSERT of a date when the SQL has a RETURNING INTO clause.

- Renumbered the values used by the Oracledb Constants

## node-oracledb v0.6.0 (26 May 2015)

- Node-oracledb now builds with Node.js 0.10, Node.js 0.12 and io.js.
Expand Down

0 comments on commit 2b3de31

Please sign in to comment.