runreveal/pql

Eliminate unnecessary parentheses for simple subexpressions

zombiezen opened this issue · 0 comments

To preserve evaluation order, I'm inserting parentheses around all binary operators. However, for subexpressions that do not contain another binary operator in the resulting SQL, these parentheses are unnecessary.