Closed samuelcolvin closed 5 years ago
easy way to extend existing where clause.
Via an Empty object with can then be operated on.
Empty
So Empty & (V('foo') == 4) would give and foo=4
Empty & (V('foo') == 4)
and foo=4
easy way to extend existing where clause.