Skip to content

Commit

Permalink
Change visit name
Browse files Browse the repository at this point in the history
  • Loading branch information
rad-pat committed Jul 16, 2024
1 parent 78ae8d0 commit 1e16845
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions databend_sqlalchemy/databend_dialect.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ def process(value):
return process


class DatabendTime(sqltypes.Time):
__visit_name__ = "DATETIME"
class DatabendTime(sqltypes.TIME):
__visit_name__ = "TIME"

_reg = re.compile(r"(?:\d+)-(?:\d+)-(?:\d+) (\d+):(\d+):(\d+)")

Expand Down

0 comments on commit 1e16845

Please sign in to comment.