mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-03 16:34:19 +01:00
Some clean ups and correctly working on WHERE clauses
This commit is contained in:
@@ -1736,8 +1736,8 @@ impl<'a> Parser<'a> {
|
||||
} else {
|
||||
Box::new(Expr::InList {
|
||||
lhs: result,
|
||||
not,
|
||||
rhs: exprs,
|
||||
not,
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user