[CP] [to #2024082200104228944] fix serval pl/sql bugs

This commit is contained in:
obdev
2024-09-18 09:48:26 +00:00
committed by ob-robot
parent a9c038e6be
commit ec4337bb4e
4 changed files with 44 additions and 20 deletions

View File

@ -257,6 +257,7 @@ int ObExprCollectionConstruct::eval_collection_construct(const ObExpr &expr,
} else {
OX (elem_desc.set_data_type(info->elem_type_));
OX (elem_desc.set_field_count(1));
OX (elem_desc.set_pl_type(pl::PL_OBJ_TYPE));
}
OX (coll->set_element_desc(elem_desc));
OX (coll->set_not_null(info->not_null_));