honeysql

Discussion of https://github.com/seancorfield/honeysql :slightly_smiling_face:
gon 2019-07-12T09:46:03.010300Z

It seems that merge-where only accept the form :table [:= :table.x :table2.y]. Should not be possible to have

(merge-where [:table [:= :table.x :table2.y]])
?

Adrian Smith 2019-07-12T16:12:26.010700Z

how do you make a named sub query in honeySQL?

Adrian Smith 2019-07-12T16:13:26.010800Z

oh nevermind just worked it out