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
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
776778These 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
810814Constants for the ` dir ` property of ` execute() `
You can’t perform that action at this time.
0 commit comments