ADBond / splinkclickhouse

Allows Clickhouse to be used as the execution engine for Splink
MIT License
5 stars 0 forks source link

Change datetime parsing #2

Closed ADBond closed 2 months ago

ADBond commented 2 months ago

Move from using DateTime to DateTime64 data type, to extend range from starting at 1970-01-01 to starting at 1900-01-01. See Clickhouse data types for details.

This also means that we cannot use custom datetime parsing formats, although such expressions can still be constructed manually by the user.