Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
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.
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.