placeholder

This commit is contained in:
seuwebber 2023-06-19 02:12:24 +00:00 committed by ob-robot
parent 782118285b
commit 0a734f9343
2 changed files with 3 additions and 0 deletions

View File

@ -1580,6 +1580,7 @@ typedef enum ObItemType
T_SP_FORALL,
T_SP_TYPE,
T_SP_ROWTYPE,
T_SP_DBLINK_TYPE,
T_SP_DECL_USER_SUBTYPE,
T_SP_USER_SUBTYPE_RANGE,
T_SP_USER_SUBTYPE_BASETYPE,

View File

@ -2286,6 +2286,8 @@ DEFINE_ORACLE_ERROR(OB_ERR_VARIABLE_NOT_IN_SELECT_LIST, -9745, -1, "HY000", "var
DEFINE_ORACLE_ERROR(OB_ERR_MULTI_RECORD, -9746, -1, "HY000", "coercion into multiple record targets not supported", 494, "coercion into multiple record targets not supported");
DEFINE_ERROR(OB_ERR_MALFORMED_PS_PACKET, -9747, -1, "HY000", "malformed ps packet");
DEFINE_ERROR(OB_ERR_VIEW_SELECT_CONTAIN_QUESTIONMARK, -9748, 1351, "HY000", "View's SELECT contains a variable or parameter");
DEFINE_ORACLE_ERROR(OB_ERR_OBJECT_NOT_EXIST, -9749, -1, "HY000", "object does not exist", 6564, "object does not exist", "object %.*s does not exist");
////////////////////////////////////////////////////////////////
// !!! text/blob || clob/blob erro code
// for compat we cant not remove this errno!!!!