LauJensen / clojureql

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

Multiple joins? #18

Closed swannodette closed 13 years ago

swannodette commented 13 years ago

Is it possible to join more than 2 tables?

ninjudd commented 13 years ago

Not currently. This is a known bug I pointed out to Lau this morning, but it should be fixed shortly.

LauJensen commented 13 years ago

David,

I've put in initial support for this, a test run and some feedback would be appreciated. Note that it might not work as expected for multiple joins on table that have aggregates, thats next on my list.

LauJensen commented 13 years ago

Fixed - Join to inifite, aggregates or not, or both! :)