fix: json_contains bug
This commit is contained in:
@ -294,6 +294,9 @@ int ObExprJsonContains::json_contains_array(ObIJsonBase* json_target,
|
|||||||
}
|
}
|
||||||
|
|
||||||
ret_tmp = (t_i == t.size() || !found) ? false : true;
|
ret_tmp = (t_i == t.size() || !found) ? false : true;
|
||||||
|
if (!ret_tmp) {
|
||||||
|
break;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user