Skip to content

Commit

Permalink
Merge branch 'master' into aseem-remove-inconsistency-command
Browse files Browse the repository at this point in the history
  • Loading branch information
anshbansal authored Nov 29, 2022
2 parents c644e2f + fb2ffe4 commit 6adad88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/pr-labeler-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ product:

docs:
- "docs/**/*"

smoke_test:
- "smoke-test/**/*"
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@
base.ischema_names["Int256"] = INTEGER
base.ischema_names["UInt128"] = INTEGER
base.ischema_names["UInt256"] = INTEGER
# This is needed for clickhouse-sqlalchemy 0.2.3
base.ischema_names["DateTime"] = DATETIME
base.ischema_names["DateTime64"] = DATETIME

register_custom_type(custom_types.common.Array, ArrayTypeClass)
register_custom_type(custom_types.ip.IPv4, NumberTypeClass)
Expand Down

0 comments on commit 6adad88

Please sign in to comment.