seancorfield / honeysql

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

mod is a function, not an operator #538

Closed seancorfield closed 2 months ago

seancorfield commented 2 months ago

Although mod has been declared as an infix operator since the very first commit to HoneySQL over 12 years ago, it is actually a function, not an operator. The % operator exists and is correctly declared. mod should be removed from the list of infix-operators.