Test odbc driver agains one/few versions of ClickHouse
We should have some very basic support for the old ClickHouse version (let's pick 18.14) - the new driver should be able to read data from it, do inserts, get the main metadata information (list of database/tables/columns). It will not work with some newer features (like parameterized queries), but it should process errors properly.
Full test-suite should work against the latest ClickHouse version. If there are some breaking changes we can also add some particular tests for versions in between.
Probably, need to explicitly state, even in README, which versions of the server are 1) tested and must work, 2) known to work with caveats. And maintain that list as "source of truth"/requirement.
Somewhat related: https://github.com/ClickHouse/clickhouse-odbc/issues/236