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.
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 ofinfix-operators
.