Lines Matching refs:cleanWS
22 $this->cleanWS('(foo = foo)'),
23 $this->cleanWS($where->toSQL())
28 $this->cleanWS('(foo = foo AND bar = bar)'),
29 $this->cleanWS($where->toSQL())
34 $this->cleanWS('(foo = foo AND bar = bar)'),
35 $this->cleanWS($where->toSQL())
40 $this->cleanWS('(foo = foo AND bar = bar AND (zab = zab))'),
41 $this->cleanWS($where->toSQL())
46 $this->cleanWS('(foo = foo AND bar = bar AND (zab = zab OR fab = fab))'),
47 $this->cleanWS($where->toSQL())
58 $this->cleanWS("(foo = '')"),
59 $this->cleanWS($where->toSQL())
66 $this->cleanWS("(foo = '' OR (bar = bar AND baz = baz))"),
67 $this->cleanWS($where->toSQL())