Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit cffc0af

Browse files
committed
Bugfix: Boolean for clickhouse
1 parent 7f54e07 commit cffc0af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sqeleton/databases/clickhouse.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
TemporalType,
2121
Text,
2222
Timestamp,
23+
Boolean,
2324
)
2425
from ..abcs.mixins import AbstractMixin_MD5, AbstractMixin_NormalizeValue
2526

@@ -122,6 +123,7 @@ class Dialect(BaseDialect):
122123
"FixedString": Text,
123124
"DateTime": Timestamp,
124125
"DateTime64": Timestamp,
126+
"Bool": Boolean,
125127
}
126128
MIXINS = {Mixin_MD5, Mixin_NormalizeValue, Mixin_RandomSample}
127129

0 commit comments

Comments
 (0)