Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Dtenwolde committed Jun 29, 2024
1 parent 4c84147 commit 7bb14b1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ Transformer::TransformPropertyGraphTable(duckdb_libpgquery::PGPropertyGraphTable
}
std::transform(pg_table->destination_reference.begin(), pg_table->destination_reference.end(), pg_table->destination_reference.begin(), ::tolower);


for (auto &src_key = graph_table->src_pk->head; src_key != nullptr; src_key = lnext(src_key)) {
auto key = reinterpret_cast<duckdb_libpgquery::PGValue *>(src_key->data.ptr_value);
pg_table->source_pk.emplace_back(key->val.str);
Expand Down

0 comments on commit 7bb14b1

Please sign in to comment.