ClickHouse / metabase-clickhouse-driver

ClickHouse database driver for the Metabase business intelligence front-end
Apache License 2.0
461 stars 84 forks source link

Fix LowCardinality(Nullable) types introspection #205

Closed slvrtrn closed 7 months ago

slvrtrn commented 7 months ago

Summary

Resolves #203 DB -> base type introspection is rewritten to be as simple as possible, without regex.

Checklist