Driver fails if you use MetaData and Table to load schema of a MergeTree table that uses a function on a partition key column or if the key has multiple columns. The following tables trigger this bug.
PostgreSQL range literals that appear in the SELECT clause (i.e. result columns) of a query are converted to strings as they would be when actually being passed to the database, but are not converted ...