[xml bugfix] obs1 channel, the value of the update xmltype field in pl is the value of the xmltype variable

This commit is contained in:
obdev
2023-07-12 15:12:28 +00:00
committed by ob-robot
parent 8bbe380820
commit 316e56d882
4 changed files with 21 additions and 3 deletions

View File

@ -24,6 +24,7 @@ bool ObQuestionmarkEqualCtx::compare_const(const ObConstRawExpr &left,
(left.get_result_type().is_ext()
&& left.get_result_type().get_extend_type() > 0
&& left.get_result_type().get_extend_type() < T_EXT_SQL_ARRAY) ||
left.get_result_type().is_user_defined_sql_type() ||
OB_SUCCESS != err_code_) {
// do nothing
} else if (left.get_expr_type() != T_QUESTIONMARK) {