Skip to content

Commit

Permalink
Update ClickHouseDialect div_is_floordiv setting
Browse files Browse the repository at this point in the history
  • Loading branch information
aronbierbaum committed Jul 15, 2024
1 parent 8a69a42 commit e686225
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clickhouse_sqlalchemy/drivers/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ class ClickHouseDialect(default.DefaultDialect):
supports_engine_reflection = True
supports_table_comment_reflection = True

div_is_floordiv = False

engine_reflection = True # Disables engine reflection from URL.

max_identifier_length = 127
Expand Down

0 comments on commit e686225

Please sign in to comment.