mk3008 / Carbunql

Carbunql provides query parsing and building functionality.
https://mk3008.github.io/Carbunql/
MIT License
40 stars 3 forks source link

[Experiment] TypeSafe Query Builder - Unable to build OR conditions correctly #421

Closed mk3008 closed 1 month ago

mk3008 commented 1 month ago

When writing expressions like this, the parentheses disappear.

a == 1 && (b == 2 || b == 3) && c == 4