Closed as not planned
Description
Binding a query like client.query("SELECT ?fields WHERE ts > ?").bind(datetime!(2022-11-13 15:27:42 UTC))
results in runtime execution error:
DB::Exception: Illegal type Tuple(UInt16, UInt8, UInt8, UInt8, UInt8, UInt32, UInt8, UInt8, UInt8)
It seems the issue is there isn't a specific serializer for these time types and ClickHouse does not accept the default representation serde generates.