<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:10pt"><div>hi,</div><div><br></div><div>The following construct worked fine (with MySQL backend) with an old version (0.68 or so), and stopped working with jifty-dbi 0.71:</div><div><br></div>     $devices->limit(column => 'hostname',<br>                            operator => 'REGEXP',<br>                            value => $re,<br>                            entry_aggregator => 'OR');<div><br></div><div>Obviously
 line 1284 in lib/Jifty/DBI/Collection.pm produces that.</div><div><br></div><div>It will be great to have a workaround which allows non-ANSI SQL operators. <br></div><div><br></div><div><br></div><div>regards,</div><div>stanislav<br></div><div><br></div><div></div></div></body></html>