Basavanagowda Kanur
Results
3
comments of
Basavanagowda Kanur
this issue is same as #126
in fact, the same effect can be achieved without using 'rename' procedure: ``` clojure (-> items (project [[:id :item_id] :user :data]) (join users (where (= :items.user :users.id)))) ``` only disadvantage...
it would be nice if someone can document the details regarding the issue with 'rename' at http://clojureql.org/documentation.html