v.1.1.54362New Feature

Reading DateTime Values from Unix Timestamp Without Quotes

Reading DateTime values in the Values format from a Unix timestamp without single quotes.
Enable reading DateTime values from Unix timestamps in the Values format without requiring single quotes.

Why it matters

This feature simplifies inputting DateTime data by allowing Unix timestamp integers to be parsed directly without needing to wrap them in single quotes. It makes data ingestion easier and reduces errors or preprocessing steps when working with timestamp values in Values format.

How to use it

When using the Values input format, simply provide Unix timestamp numbers as DateTime values without quoting them. ClickHouse will automatically interpret these integers as DateTime types.