Skip to content

Commit

Permalink
Merge pull request #274 from Mause/Mause-patch-5
Browse files Browse the repository at this point in the history
fix: restore name attribute
  • Loading branch information
Mause authored Jun 21, 2022
2 parents d16448d + d18ba67 commit eaa1b21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions duckdb_engine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
from sqlalchemy.dialects.postgresql.base import PGExecutionContext, PGInspector
from sqlalchemy.engine.url import URL

name = "duckdb" # TODO: find if sqlalchemy documents this field anywhere


class DBAPI:
paramstyle = "qmark"
Expand Down

0 comments on commit eaa1b21

Please sign in to comment.