File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -771,6 +771,8 @@ Constant Name | Value |Description
771
771
` oracledb.NUMBER ` | 2010 | Bind as JavaScript number type. Can also be used for fetchAsString and fetchInfo
772
772
` oracledb.STRING ` | 2001 | Bind as JavaScript String type. Can be used for most database types.
773
773
774
+ Note the values for these constants changed in node-oracledb 4.0.
775
+
774
776
#### <a name =" oracledbconstantsdbtype " ></a > 3.1.3 Oracle Database Type Constants
775
777
776
778
These values indicate the Oracle Database type shown in [ extended
@@ -805,6 +807,8 @@ Constant Name | Value |Description
805
807
` oracledb.DB_TYPE_TIMESTAMP_TZ ` | 2013 | TIMESTAMP WITH TIME ZONE
806
808
` oracledb.DB_TYPE_VARCHAR ` | 2001 | VARCHAR2
807
809
810
+ Note the values for constants changed in node-oracledb 4.0.
811
+
808
812
#### <a name =" oracledbconstantsbinddir " ></a > 3.1.4 Execute Bind Direction Constants
809
813
810
814
Constants for the ` dir ` property of ` execute() `
You can’t perform that action at this time.
0 commit comments