-
Type: Improvement
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Core
-
Tags:
When building NXQL queries, in particular for security policies, there is no way to specify complex predicate because by default org.nuxeo.ecm.core.query.sql.model.Predicate doesn't wrap lvalue and rvalue.
For example, instead of (a = 1 or b = 2) and (c = 3 or d = 4) predicate.toString() would create a = 1 or b = 2 and c = 3 or d = 4 which is not correct.
- is related to
-
NXP-29845 Better debugging display of NXQL expressions
- Resolved