LauJensen / clojureql

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

Cleanup and better error messages for connection-lookup #62

Closed bendlas closed 13 years ago

bendlas commented 13 years ago

Commit msg pretty much explains it.

Be aware, that behavior might have changed in some corner cases, such as some combinations of c.c.sql/with-connection, global connections, and table connections. But it's now clearly visible and tested.

LauJensen commented 13 years ago

Merged - Many thanks for this terrific addition to CQL !!

Lau