Skip to content
Snippets Groups Projects
Commit fed609cd authored by Timm Fitschen's avatar Timm Fitschen Committed by Quazgar
Browse files

FIX: Queries like WITH (( ... AND ... ) AND ... ) used to fail.

Prior to this fix, query parse would throw an error when the query had a form similar to ... WITH ( (...) {AND,OR} ...). The reason were the nested pair of parenthesis in the first element of the disjunction or conjunction.
parent bcfadfba
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment