korma / Korma

Tasty SQL for Clojure.
http://sqlkorma.com
1.48k stars 222 forks source link

exclude update from korma.core #274

Closed deaddowney closed 9 years ago

deaddowney commented 9 years ago

update is now a function in clojure core as of 1.7.0alpha2. Compiling korma.core in 1.7.0 gives a warning, so this should be added to the namespace

  (:refer-clojure :exclude [update])
immoh commented 9 years ago

Yes that's true. Pull request welcome.