ClickHouse / metabase-clickhouse-driver

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

Use ClickHouse startsWith/endsWith #174

Closed slvrtrn closed 1 year ago

slvrtrn commented 1 year ago

Summary

Use native startsWith/endsWith instead of LIKE str%/LIKE %str (see https://github.com/ClickHouse/metabase-clickhouse-driver/issues/173)

Checklist

jemmypan19999 commented 11 months ago

This version driver does not support ClickHouse version 20.3, how to be backward compatibleļ¼Œthanks