AND / OR Conditions are not flexibibly arranged
It is not possible to write something like X=true AND ( Y=true OR Z=true )
I think the AND / OR always gets interpreted as ( X=true AND Y=true ) OR Z=true
It is not possible to write something like X=true AND ( Y=true OR Z=true )
I think the AND / OR always gets interpreted as ( X=true AND Y=true ) OR Z=true