WillAyd commented on code in PR #757: URL: https://github.com/apache/arrow-adbc/pull/757#discussion_r1226774089
########## c/driver/postgresql/postgresql_test.cc: ########## @@ -402,6 +402,193 @@ TEST_F(PostgresConnectionTest, GetObjectsGetAllFindsPrimaryKey) { ASSERT_TRUE(seen_primary_key) << "could not find primary key for adbc_pkey_test"; } +TEST_F(PostgresConnectionTest, GetObjectsGetAllFindsForeignKey) { Review Comment: Yea I don't like the loops. The IDL would be nice. Also been toying with some util helpers to abstract it in another branch, just hasn't fully materialized yet -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org