When using a ClickHouse database type, any columns that use LowCardinality type (mine happen to be nullable) it literally renders "Unable to parse type: LowCardinality(Nullable(String))" as the column value.
This also happens if we export to JSON, CSV, copy the value etc.
It doesn't seem to render or export the actual values. Using clickhouse-client I'm able to see the values perfectly fine.
Also affects running queries too.
TablePlus version 6.8.1 (655)
Device is a Macbook M4 Pro running Tahoe 26.1
