honeysql

Discussion of https://github.com/seancorfield/honeysql :slightly_smiling_face:
bbqbaron 2019-06-11T21:09:15.002400Z

probably a silly elementary question but no results from docs or google that i can see so far, so with apologies: how do i select an expression? eg select foo = 1 as bar. a :select of eg [[[:= :foo 1] :bar]] results in select = as f as bar, implying that vectors are being recursively descended

seancorfield 2019-06-11T22:21:45.003Z

@bbqbaron Off the top of my head you probably want sql/call in there explicitly.