What steps will reproduce the problem?
1. Don't have it handy right now, but I had an issue where an in-list was in a
WHERE expression subtree.
The Fix was to put:
$sql .= $this->processInList($v);
under:
$sql .= $this->processOperator($v); (Line 315)
Really easy fixes ;)
Original issue reported on code.google.com by fr...@frankmayer.net on 8 May 2012 at 5:09
Original issue reported on code.google.com by
fr...@frankmayer.net
on 8 May 2012 at 5:09