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.
Move from using
DateTime
toDateTime64
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.