korma / Korma

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

Upgrade clojure.java.jdbc to 0.6.1 #358

Closed venantius closed 7 years ago

venantius commented 8 years ago

This commit updates clojure.java.jdbc to 0.6.1. This update is important in that it also addresses a number of cases in which features have not only been deprecated but officially dropped in the 0.6.x branch.

It also drops support for Clojure 1.3.0, since clojure.java.jdbc now includes a call to reduce-kv, which was only introduced in Clojure 1.4.0.

Relates to #357

timgilbert commented 8 years ago

I'd love to get this merged in. Without it I need to pin my org.clojure/java.jdbc dependency all the way back to 0.4.2, which is coming up on a year old now.

orend commented 8 years ago

I'd love seeing it merged as well.

immoh commented 7 years ago

Merged c7e1aa614f85cc5816ef92be4baa412381f15ff3

Thanks!