[to #51110137] fix text anonymous with question mark compatible Oracle

This commit is contained in:
obdev
2023-08-15 06:10:16 +00:00
committed by ob-robot
parent 7a3e524f27
commit 540e01a6ef
7 changed files with 29 additions and 9 deletions

View File

@ -222,7 +222,7 @@ int ObResolver::resolve(IsPrepared if_prepared, const ParseNode &parse_tree, ObS
*(params_.expr_factory_),
NULL,
params_.is_prepare_protocol_);
OZ (resolver.resolve_condition_compile(&parse_tree, real_parse_tree));
OZ (resolver.resolve_condition_compile(&parse_tree, real_parse_tree, params_.query_ctx_->question_marks_count_));
} else {
real_parse_tree = &parse_tree;
}