Some clean ups and correctly working on WHERE clauses

This commit is contained in:
Diego Reis
2025-10-07 02:34:33 -03:00
parent 79958f468d
commit da323fa0c4
6 changed files with 87 additions and 30 deletions

View File

@@ -1736,8 +1736,8 @@ impl<'a> Parser<'a> {
} else {
Box::new(Expr::InList {
lhs: result,
not,
rhs: exprs,
not,
})
}
}