I just noticed that QueryBuilder accepts multiple OR's
Then i tested other fields, and noticed the same thing.
I saw nothing about this in the docs to confirm this functionality
outright, though it is used in examples
ie:
$results= $class->get_items(
query=> [
On 9/17/06 3:09 PM, Jonathan Vanasco wrote:
> I just noticed that QueryBuilder accepts multiple OR's
It accepts multiple anything, which is why query => ... takes a reference to
an array and not a hash (a hash would only allow one of each key name).
> Then i tested other fields, and noticed the s
Some Loader/CM improvements plus a crop of bug fixes. New Rose::DB
required. Files sent to CPAN and SF.net:
http://sourceforge.net/project/showfiles.php?group_id=147570
Full change logs below. Many thanks to those who contributed bug reports
and patches.
-John
0.753 (09.17.2006) - John Sirac
On Sep 17, 2006, at 3:28 PM, John Siracusa wrote:
> It accepts multiple anything, which is why query => ... takes a
> reference to
> an array and not a hash (a hash would only allow one of each key
> name).
yep. i just realized that though. its one of those things where it
stares you in