> Theoretically, could we also do this?: > RETURN = foo AND (foo = 'yes' OR bar = 'no') AND RETURN = bar
I haven't looked at the code in a while (and I tend to drink heavily ^_^) but I believe that should be valid, yielding: - A constraint of "foo = 'yes' or bar = 'no'" - A range of 'foo', 'bar'. --k
