Skip to content

Commit

Permalink
Merge pull request #268 from gforsyth/gil/statement_cache
Browse files Browse the repository at this point in the history
fix: explicitly disable statement_cache for sqlalchemy 1.4
  • Loading branch information
Mause authored Jun 19, 2022
2 parents 9e70b34 + 78bbd4d commit 7f627da
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 @@ -99,6 +99,7 @@ class Dialect(postgres_dialect):
name = "duckdb"
_has_events = False
identifier_preparer = None
supports_statement_cache = False
inspector = DuckDBInspector
# colspecs TODO: remap types to duckdb types
colspecs = util.update_copy(
Expand Down

0 comments on commit 7f627da

Please sign in to comment.