Hi,
I have another compatibility request similar to #1185.
With last month release of ClickHouse updated mysql protocol implementation and now sends datetime values using DateTime column type instead of string. This results in error in provider for values with precision 7+ (CH supports precision up to 9).
It is probably protocol violation, but it looks like easy fix, so it would be nice to have it.
Server sends values like 2021-02-28 17:14:55.1231234 and it fails here due to logic expecting 6 digits in fractional second part
Also filled issue on CH side
Hi,
I have another compatibility request similar to #1185.
With last month release of ClickHouse updated mysql protocol implementation and now sends datetime values using DateTime column type instead of string. This results in error in provider for values with precision 7+ (CH supports precision up to 9).
It is probably protocol violation, but it looks like easy fix, so it would be nice to have it.
Server sends values like
2021-02-28 17:14:55.1231234and it fails here due to logic expecting 6 digits in fractional second partAlso filled issue on CH side