Skip to content

Commit

Permalink
Add release date and reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbj committed Oct 15, 2015
1 parent b031130 commit 81e60db
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Change Log

## node-oracledb v1.3.0 (DD Mon YYYY)
- Fixed result.outBinds corruption after PL/SQL execution.
## node-oracledb v1.3.0 (15 Oct 2015)

- Added a `oracledb.oracleClientVersion` property giving the version of the Oracle
client library, and a `connection.oracleServerVersion` property giving the Oracle
Database version.

- Fixed `result.outBinds` corruption after PL/SQL execution.

- Fixed null output from DML RETURNING with Oracle Database 11.2 when the string is of size 4000.

- Fixed default bind direction to be BIND_IN.
Expand Down

0 comments on commit 81e60db

Please sign in to comment.