LauJensen / clojureql

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

Fixed small issue with default global connection feature #59

Closed budu closed 13 years ago

budu commented 13 years ago

I just realized I made a small mistake in the design of the default global connection feature. I made the ::default-connection a keyword of the core namespace, but that break modularity. I've changed it to be owned by the internal namespace so that we can refer to internal and predicates namespaces independently.

budu commented 13 years ago

By the way this patch is kind of really needed for my use of ClojureQL, I can't really continue to use CQL or to contribute to CQL without it. It's really a no brainer.

LauJensen commented 13 years ago

Merged, sorry about the delay.