Skip to content

Commit

Permalink
Improved error testing
Browse files Browse the repository at this point in the history
Commented out buggy test
  • Loading branch information
Dtenwolde committed Jun 28, 2023
1 parent 5e2c0bc commit 9c9df64
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ unique_ptr<CreateStatement> Transformer::TransformCreatePropertyGraph(duckdb_lib
info->label_map[label] = pg_table.get();
}
info->label_map[pg_table->main_label] = pg_table.get();
//! TODO Check if moving the pointer doesn't break the label_map pointers
info->edge_tables.push_back(std::move(pg_table));
}
}
Expand Down

0 comments on commit 9c9df64

Please sign in to comment.