relferreira / metabase-sparksql-databricks-driver

GNU Affero General Public License v3.0
30 stars 32 forks source link

Use lower-case-en to prevent issues with Turkish locale #11

Closed bjgbeelen closed 1 year ago

bjgbeelen commented 1 year ago

I made a PR for the SparkSQL driver as well, which got a comment about edge cases using str/lower-case when the locale is set to Turkish language. Therefore, they have provided a metabase.util/lower-case-en util function that should be used throughout the code base.

bjgbeelen commented 1 year ago

This is the issue they referred to: https://github.com/metabase/metabase/issues/27250