v.1.1.54362New Feature
Reading DateTime Values from Unix Timestamp Without Quotes
ReadingDateTimevalues in theValuesformat from a Unix timestamp without single quotes.
Why it matters
This feature simplifies inputtingDateTime 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 theValues input format, simply provide Unix timestamp numbers as DateTime values without quoting them. ClickHouse will automatically interpret these integers as DateTime types.