Skip to content

Commit

Permalink
Explicitly disable SQLAlchemy caching (#127)
Browse files Browse the repository at this point in the history
Closes #104
  • Loading branch information
kasium authored Nov 2, 2023
1 parent 62556d3 commit 1b4262c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sqlalchemy_hana/dialect.py
Original file line number Diff line number Diff line change
Expand Up @@ -996,6 +996,7 @@ def get_table_comment(
class HANAHDBCLIDialect(HANABaseDialect):
driver = "hdbcli"
default_paramstyle = "qmark"
supports_statement_cache = False

@classmethod
def dbapi( # type:ignore[override] # pylint:disable=method-hidden
Expand Down

0 comments on commit 1b4262c

Please sign in to comment.