Skip to content

Commit d7678e1

Browse files
committed
Add backticks for code and some misc CHANGELOG rewording
1 parent 22beb7d commit d7678e1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
## node-oracledb v1.3.0 (DD Mon YYYY)
44

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.
88

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.
1010

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.
1212

1313
## node-oracledb v1.2.0 (25 Sep 2015)
1414

0 commit comments

Comments
 (0)