Issue report #122 - There is a risk that someone might write a query (A and B or C). This query is problematic because it's imprecise - what do you mean, (A and B) or C or A and (B or C)?
Let's add a test for it and raise an appropriate error message.
Issue report #122 - There is a risk that someone might write a query
(A and B or C)
. This query is problematic because it's imprecise - what do you mean,(A and B) or C
orA and (B or C)
?Let's add a test for it and raise an appropriate error message.