ClickHouse / clickhouse-odbc

ODBC driver for ClickHouse
https://clickhouse.tech
Apache License 2.0
239 stars 84 forks source link

Fixing tests for clickhouse 23.3. #425

Open antip00 opened 1 year ago

antip00 commented 1 year ago

In clickhouse 22.3 and above insignificant zeros are not output more.

In clickhouse 23.3 instead of "[(0, )]" : "[(0,)]" without in insignificant space.

https://github.com/ClickHouse/clickhouse-odbc/issues/394 also there is an issue with timezones.

CLAassistant commented 1 year ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


antip00 seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

antip00 commented 1 year ago

Can you describe how can I check clickhouse version in tests? I will add conditions for different versions