[to #48122576] add rowtype_type type as legal extend in dynamic sql parameters

This commit is contained in:
obdev 2023-03-14 16:43:57 +00:00 committed by ob-robot
parent 691a1fe56f
commit b5b1d2d57f

View File

@ -4720,7 +4720,8 @@ int ObPLResolver::resolve_using(const ObStmtNodeTree *using_node,
CK (OB_NOT_NULL(user_type));
OX (legal_extend = user_type->is_udt_type()
|| user_type->is_package_type()
|| user_type->is_sys_refcursor_type());
|| user_type->is_sys_refcursor_type()
|| user_type->is_rowtype_type());
}
if (OB_SUCC(ret)
&& (T_NULL == using_param->children_[0]->type_