Hi all, Here is a patch for your perusal that contains fixes to Jifty-DBI to allow a limit clause to contain an array ref. This gets converted to an 'IN' operator within the built SQL query. The operator can be either 'IN' or '='.
E.g.
$users_obj->limit( column => 'login',
operator => 'IN',
value => ['cubic', 'obra', 'glasser', 'audreyt']
);
Could someone in the know, take a peek and ok the commit?
Thanks,
Edward
in_operator_patch.gz
Description: GNU Zip compressed data
_______________________________________________ jifty-devel mailing list [email protected] http://lists.jifty.org/cgi-bin/mailman/listinfo/jifty-devel
