SIGN IN SIGN UP

When a WHERE clause contains disjuncts with the same operands, try to

combine them into a single operator.  Example:  (x=A OR x>A) becomes
(x>=A).

FossilOrigin-Name: 7a3097689d17625fb0dfc4372712f375f3bdb9a1
D
drh committed
8426636cdc284888098ecc77a5e2a25c242d4707
Parent: dfac701