Skip to content

Commit

Permalink
feat(c/driver_manager): support alternate entrypoint name (#972)
Browse files Browse the repository at this point in the history
  • Loading branch information
lidavidm authored Aug 8, 2023
1 parent 6b008d0 commit 80b8e32
Show file tree
Hide file tree
Showing 10 changed files with 490 additions and 258 deletions.
2 changes: 2 additions & 0 deletions c/driver/snowflake/snowflake_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ class SnowflakeQuirks : public adbc_validation::DriverQuirks {
bool supports_transactions() const override { return true; }
bool supports_get_sql_info() const override { return false; }
bool supports_get_objects() const override { return true; }
bool supports_metadata_current_catalog() const override { return false; }
bool supports_metadata_current_db_schema() const override { return false; }
bool supports_partitioned_data() const override { return false; }
bool supports_dynamic_parameter_binding() const override { return false; }
bool ddl_implicit_commit_txn() const override { return true; }
Expand Down
Loading

0 comments on commit 80b8e32

Please sign in to comment.