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

Always default :identifiers to u/lower-case #74

Closed walterl closed 4 years ago

walterl commented 4 years ago

If we don't, and options are set via db/set-default-jdbc-options!, clojure.jdbc will default back to locale-aware clojure.string/lower-case. Unless the user specifies something else, u/lower-case is always preferable.

This fixes metabase/metabase#12171.

camsaul commented 4 years ago

works for me