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
Add Date32 support and promote it as the primary date type
ClickHouse's Date type covers only 1970-01-01 to 2149-06-06. Date32
extends that range to 1900-01-01 – 2299-12-31, matching what ODBC
clients typically expect. By routing all SQL_TYPE_DATE bindings through
Date32, the driver avoids silent truncation/failures for out-of-range
dates.
0 commit comments