You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to Clickhouse documentation, type Datetime64 has a tick size precision DateTime64(precision, [timezone]).
However, the returned type does not have precision.
Observed
According to Clickhouse documentation, type Datetime64 has a tick size precision
DateTime64(precision, [timezone])
.However, the returned type does not have precision.
Expected behaviour
DateTime64 type should have precision.
Code example
Details
Environment
clickhouse-go
version: v2.30.0database/sql
compatible driverCREATE TABLE
statements for tables involved:The text was updated successfully, but these errors were encountered: