From 4b2bb095318081535270aac5db8881bfb472a20f Mon Sep 17 00:00:00 2001 From: Seth de l'Isle Date: Fri, 2 Apr 2021 00:06:59 +0000 Subject: [PATCH] Add support for DateTime64 --- base.py | 1 + 1 file changed, 1 insertion(+) diff --git a/base.py b/base.py index cfb62cf..0cf3ff5 100644 --- a/base.py +++ b/base.py @@ -47,6 +47,7 @@ class ARRAY(sqltypes.TypeEngine): 'Enum16': VARCHAR, 'Array': ARRAY, 'Decimal': DECIMAL, + "DateTime64": TIMESTAMP, } class ClickHouseIdentifierPreparer(PGIdentifierPreparer):