Skip to content

Commit

Permalink
fix: restore name attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Mause authored Jun 21, 2022
1 parent d16448d commit d18ba67
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 d18ba67

Please sign in to comment.