ClaireNeveu / sij

Deep embeddding of standard SQL into javascript
8 stars 2 forks source link

Add parentheses where appropriate #27

Closed ClaireNeveu closed 6 months ago

ClaireNeveu commented 7 months ago

It might be prudent to just wrap all binop invocations with parentheses to control precedence. That should be intuitive since the builder DSL has parentheses in it already.

Alternative is to add an explicit parenthetical function.