phpcr / phpcr-utils

A set of helper classes and command line commands you want to use with phpcr, but that are not part of the API itself
phpcr.github.io
Other
72 stars 30 forks source link

Fix SQL2 operator precedence #78

Closed vstm closed 11 years ago

vstm commented 11 years ago

Fixes phpcr/phpcr-utils#12. This uses the operator precedence climbing algorithm proposed by @fabpot. I have also added some tests to phpcr/phpcr-api-tests in a separate pull request.

dbu commented 11 years ago

@vstm: thanks you so much! very cool that you implemented this!