mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Fix typo
This commit is contained in:
parent
7b692b6073
commit
2b609d2a08
@ -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.
|
- `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`.
|
- `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`.
|
- `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`.
|
||||||
|
Loading…
Reference in New Issue
Block a user