clickhouse-go
clickhouse-go copied to clipboard
fix format function to handle pointer of time.Time
trafficstars
Summary
Since the time.Time implements fmt.Stringer interface, *time.Time was formatted with fmt.Stringer. To format it with formatTime, I added an explicit check for *time.Time.
Checklist
- [x] Unit and integration tests covering the common scenarios were added