[to #48122576] add rowtype_type type as legal extend in dynamic sql parameters
This commit is contained in:
parent
691a1fe56f
commit
b5b1d2d57f
@ -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_
|
||||
|
Loading…
x
Reference in New Issue
Block a user