-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.2.M1
-
Component/s: Core Library
-
Labels:None
Expression like: a < 2 and b in (5,6) and b = 7
Translates to: ( ( t0.a < 2 ) AND t0.b IN ( 5, 6) ) ( t0.b = 7 ), note missing AND.