Skip to content

Commit

Permalink
fix: Expose extended type via standard dbapi import (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptiurin authored Jan 15, 2025
1 parent 92ee2e3 commit db92c8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/firebolt/async_db/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
Binary,
Date,
DateFromTicks,
ExtendedType,
Time,
TimeFromTicks,
Timestamp,
Expand Down
1 change: 1 addition & 0 deletions src/firebolt/db/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
Binary,
Date,
DateFromTicks,
ExtendedType,
Time,
TimeFromTicks,
Timestamp,
Expand Down

0 comments on commit db92c8e

Please sign in to comment.