Skip to content

Commit

Permalink
Format fix and generate new parser
Browse files Browse the repository at this point in the history
  • Loading branch information
Dtenwolde committed Mar 4, 2024
1 parent a2a282d commit eedb60d
Show file tree
Hide file tree
Showing 2 changed files with 148 additions and 149 deletions.
1 change: 0 additions & 1 deletion src/parser/transform/tableref/transform_match.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ unique_ptr<TableRef> Transformer::TransformMatch(duckdb_libpgquery::PGMatchClaus
match_info->path_patterns.push_back(std::move(transformed_path));
}


TransformExpressionList(*root.columns, match_info->column_list);

auto children = vector<unique_ptr<ParsedExpression>>();
Expand Down
Loading

0 comments on commit eedb60d

Please sign in to comment.