[RDBO] Docs Suggestion / Consistency question

2006-09-17 Thread Jonathan Vanasco
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=> [

Re: [RDBO] Docs Suggestion / Consistency question

2006-09-17 Thread John Siracusa
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

[RDBO] ANNOUNCE: Rose::DB::Object 0.753 released

2006-09-17 Thread John Siracusa
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

Re: [RDBO] Docs Suggestion / Consistency question

2006-09-17 Thread Jonathan Vanasco
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