Nested logical operators are not yet supported in the parser. These should translate to a WHERE-clause which reads something like ```sql SELECT * FROM table WHERE attribute1 = x AND (attribute2 = y OR attribute2 = z) ```