We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b031130 commit 81e60dbCopy full SHA for 81e60db
CHANGELOG.md
@@ -1,12 +1,13 @@
1
# Change Log
2
3
-## node-oracledb v1.3.0 (DD Mon YYYY)
4
-- Fixed result.outBinds corruption after PL/SQL execution.
+## node-oracledb v1.3.0 (15 Oct 2015)
5
6
- Added a `oracledb.oracleClientVersion` property giving the version of the Oracle
7
client library, and a `connection.oracleServerVersion` property giving the Oracle
8
Database version.
9
+- Fixed `result.outBinds` corruption after PL/SQL execution.
10
+
11
- Fixed null output from DML RETURNING with Oracle Database 11.2 when the string is of size 4000.
12
13
- Fixed default bind direction to be BIND_IN.
0 commit comments