more work towards working where

This commit is contained in:
2021-07-06 18:50:03 +02:00
parent e88255c3c3
commit 199a5f9e12
4 changed files with 64 additions and 9 deletions

View File

@@ -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();