This commit is contained in:
János Benjamin Antal 2024-04-02 11:26:35 +00:00
parent 7b692b6073
commit 2b609d2a08

View File

@ -5464,4 +5464,4 @@ Defines how MySQL types are converted to corresponding ClickHouse types. A comma
- `decimal`: convert `NUMERIC` and `DECIMAL` types to `Decimal` when precision allows it.
- `datetime64`: convert `DATETIME` and `TIMESTAMP` types to `DateTime64` instead of `DateTime` when precision is not `0`.
- `date2Date32`: convert `DATE` to `Date32` instead of `Date`. Takes precedence over `date2String`.
- `date2String`: convert `DATE` to `String` instead of `Date`. Overriden by `datetime64`.
- `date2String`: convert `DATE` to `String` instead of `Date`. Overridden by `datetime64`.