Skip to content

Commit

Permalink
feat: override driver name
Browse files Browse the repository at this point in the history
otherwise this is populated with psycopg2
  • Loading branch information
Mause committed Jun 24, 2022
1 parent 7144ee0 commit 1a7bb4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions duckdb_engine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ def execute(

class Dialect(postgres_dialect):
name = "duckdb"
driver = "duckdb_engine"
_has_events = False
identifier_preparer = None
supports_statement_cache = False
Expand Down

0 comments on commit 1a7bb4e

Please sign in to comment.