LauJensen / clojureql

ClojureQL is superior SQL integration for Clojure
https://clojureql.sabrecms.com
Eclipse Public License 1.0
284 stars 39 forks source link

Doesn't work with Clojure 1.9.0 #146

Closed alexott closed 6 years ago

alexott commented 6 years ago

Clojure 1.9.0 is more strict with namespaced keywords, so current version doesn't compile with it because of use of ::clojureql.internal/default-connection in code. Fix is simple - just use :clojureql.internal/default-connection instead.

This problem prevents from releasing Incanter with support for Clojure 1.9.0...

LauJensen commented 6 years ago

Thanks for the heads up! Ive pushed a new version which uses 1.9.0

alexott commented 6 years ago

Thank you!

alexott commented 6 years ago

Just checked that it works with Incanter - can you please release it to clojars?

LauJensen commented 6 years ago

Still waiting for the password reset mail from Clojars, but as soon as I get it, I will.

LauJensen commented 6 years ago

Version 1.0.5 is on Clojars now. Will do a more thorough update soon.

alexott commented 6 years ago

Thank you! It's downloading now