fix codegen for and predicate - as jump_if_condition_is_true can be overwritten higher in the stack

This commit is contained in:
Nikita Sivukhin
2025-02-15 16:27:27 +04:00
parent e7c501a3be
commit ee8b03528d

View File

@@ -197,6 +197,7 @@ pub fn translate_condition_expr(
referenced_tables,
lhs,
ConditionMetadata {
jump_if_condition_is_true: false,
jump_target_when_true,
..condition_metadata
},