-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Query & PageProvider
-
Tags:
-
Team:FG
-
Sprint:nxFG 11.3.1
-
Story Points:1
Currently when building NXQL expressions using predicates, printing their value for debugging can be misleading. For instance this may be displayed:
foo = 'f1' AND bar = 'b1' OR bar = 'b2'
where what we actually want is:
((foo = 'f1') AND ((bar = 'b1') OR (bar = 'b2')))
The parentheses make it clear what the operator priority is.
- is related to
-
NXP-30359 Implement the Bracket/Parenthesis predicate for NXQL
- Open
- Is referenced in