-
Tor Didriksen authored
Fix some corner cases for predicates of the type 'value between a and b': If we are doing signed comparison, but a is unsigned and > LONGLONG_MAX, then rewrite query so that 'value >= a' will fail. Change-Id: I32f995f4b1c40e80c73b773378a4b904c3e73bc0
Tor Didriksen authoredFix some corner cases for predicates of the type 'value between a and b': If we are doing signed comparison, but a is unsigned and > LONGLONG_MAX, then rewrite query so that 'value >= a' will fail. Change-Id: I32f995f4b1c40e80c73b773378a4b904c3e73bc0
Loading