Skip to content

Commit 0c7d327

Browse files
committed
Note the constant renumbering
1 parent 7bc013b commit 0c7d327

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/api.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -771,6 +771,8 @@ Constant Name | Value |Description
771771
`oracledb.NUMBER` | 2010 | Bind as JavaScript number type. Can also be used for fetchAsString and fetchInfo
772772
`oracledb.STRING` | 2001 | Bind as JavaScript String type. Can be used for most database types.
773773

774+
Note the values for these constants changed in node-oracledb 4.0.
775+
774776
#### <a name="oracledbconstantsdbtype"></a> 3.1.3 Oracle Database Type Constants
775777

776778
These values indicate the Oracle Database type shown in [extended
@@ -805,6 +807,8 @@ Constant Name | Value |Description
805807
`oracledb.DB_TYPE_TIMESTAMP_TZ` | 2013 | TIMESTAMP WITH TIME ZONE
806808
`oracledb.DB_TYPE_VARCHAR` | 2001 | VARCHAR2
807809

810+
Note the values for constants changed in node-oracledb 4.0.
811+
808812
#### <a name="oracledbconstantsbinddir"></a> 3.1.4 Execute Bind Direction Constants
809813

810814
Constants for the `dir` property of `execute()`

0 commit comments

Comments
 (0)