Skip to content

Commit

Permalink
add catalog for test
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroshade committed Oct 16, 2024
1 parent 9458848 commit f120cbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions c/driver/flightsql/sqlite_flightsql_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ class SqliteFlightSqlQuirks : public adbc_validation::DriverQuirks {
bool supports_get_objects() const override { return true; }
bool supports_partitioned_data() const override { return true; }
bool supports_dynamic_parameter_binding() const override { return true; }
std::string catalog() const { return "main"; }
};

class SqliteFlightSqlTest : public ::testing::Test, public adbc_validation::DatabaseTest {
Expand Down

0 comments on commit f120cbf

Please sign in to comment.