squeel icon indicating copy to clipboard operation
squeel copied to clipboard

Parentheses are ignored when using + and * together.

Open Exoth opened this issue 9 years ago • 0 comments

Invoice.where{(foo + 2) * 2 < 10}
SELECT "invoices".* FROM "invoices"  WHERE "invoices"."foo" + 2 * 2 < 10

So I've got something completely different from what was requested.

Exoth avatar Apr 16 '15 13:04 Exoth