seancorfield / honeysql

Turn Clojure data structures into SQL
https://cljdoc.org/d/com.github.seancorfield/honeysql/CURRENT
1.78k stars 174 forks source link

param special syntax and :params opts do not support symbols #543

Closed seancorfield closed 2 months ago

seancorfield commented 2 months ago

'(param x) does not match {:params {:x ...}} and vice versa. All four combinations should work. They should be canonicalized to keywords in all cases.