File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## node-oracledb v1.3.0 (DD Mon YYYY)
4
4
5
- - Added oracledb.oracleClientVersion property giving the version of the Oracle
6
- client library, and connection.oracleServerVersion property giving the Oracle
7
- Database Server version.
5
+ - Added a ` oracledb.oracleClientVersion ` property giving the version of the Oracle
6
+ client library, and a ` connection.oracleServerVersion ` property giving the Oracle
7
+ Database version.
8
8
9
- - BIND_IN is default when not specified .
9
+ - Fixed null output from DML RETURNING with Oracle Database 11.2 when the string is of size 4000 .
10
10
11
- - Fixed 11.2.0.4 DB-specific NULL output with DML RETURNING when string value is of size 4k .
11
+ - Fixed default bind direction to be BIND_IN .
12
12
13
13
## node-oracledb v1.2.0 (25 Sep 2015)
14
14
You can’t perform that action at this time.
0 commit comments