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

Make options passed to jdbc/query and jdbc/execute! configurable #63

Closed camsaul closed 5 years ago

camsaul commented 5 years ago

Fixes #60

camsaul commented 5 years ago

@miikka, does this work for you for #60? You'll be able to change the default JDBC options in a single place

miikka commented 5 years ago

Looks like it works! Thanks.