LauJensen / clojureql

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

Fix aliased table join order #112

Closed mccraigmccraig closed 12 years ago

mccraigmccraig commented 12 years ago

when there is a join dependency tree with paths longer than 1, and joined tables either

https://github.com/LauJensen/clojureql/issues/95

this patch fixes the problem, and adds some tests too