more work towards working where
This commit is contained in:
@@ -147,7 +147,7 @@ std::unique_ptr<Node> Parser::parse_select_from_table() {
|
||||
|
||||
std::unique_ptr<Node> Parser::parse_where_clause() {
|
||||
// TODO add support for multiple filters
|
||||
// TODO add support for parenthises
|
||||
// TODO add support for parenthesis
|
||||
|
||||
auto left = parse_operand_node();
|
||||
auto operation = parse_operator();
|
||||
|
||||
Reference in New Issue
Block a user