metabase / toucan

A classy high-level Clojure library for defining application models and retrieving them from a DB
Eclipse Public License 1.0
570 stars 49 forks source link

Use locale agnostic `clojure.string/lower-case` #59

Closed walterl closed 5 years ago

walterl commented 5 years ago

Without this change clojure.string/lower-case uses the default locale, turning (for example) "ID" into ":ıd" in the Turkish locale.

@camsaul