patch bugfix to master

This commit is contained in:
obdev
2023-11-16 10:10:21 +00:00
committed by ob-robot
parent 6701143371
commit 57ee69aca8
20 changed files with 911 additions and 357 deletions

View File

@ -1064,7 +1064,7 @@ static ObExpr::EvalFunc g_expr_eval_functions[] = {
NULL, //ObExprUpdateXml::eval_mysql_update_xml /* 629 */
NULL, //ObExprXmlSequence::eval_xml_sequence /* 630 */
NULL, //ObExprJsonAppend::eval_json_array_append /* 631 */
NULL, //ObExprJsonObjectStar::eval_ora_json_object_star /* 632 */
ObExprJsonObjectStar::eval_ora_json_object_star /* 632 */
};
static ObExpr::EvalBatchFunc g_expr_eval_batch_functions[] = {