Re: [RDBO] using MySQL's FOUND_ROWS() feature with QueryBuilder

2008-02-14 Thread Ken Prows
Perrin Harkins wrote: On Thu, Feb 14, 2008 at 3:30 PM, Ken Prows [EMAIL PROTECTED] wrote: I am trying to find a way to use MySQL's FOUND_ROWS() feature with Rose: http://dev.mysql.com/doc/refman/5.0/en/information-functions.html#function_found-rows I am most interested in getting

[RDBO] Manager quiet about bad syntax

2008-02-14 Thread Sam Tregar
Hey all. I'm working on adjusting to Rose from a long history with CDBI, so I do this kind of thing a lot: $foos = My::Foo::Manager-get_foos(bar = big); When I really mean: $foos = My::Foo::Manager-get_foos(query = [bar = big]); This is a nasty bug since the first incorrect call doesn't

Re: [RDBO] Manager quiet about bad syntax

2008-02-14 Thread John Siracusa
On Thu, Feb 14, 2008 at 6:14 PM, Sam Tregar [EMAIL PROTECTED] wrote: Hey all. I'm working on adjusting to Rose from a long history with CDBI, so I do this kind of thing a lot: $foos = My::Foo::Manager-get_foos(bar = big); When I really mean: $foos = My::Foo::Manager-get_foos(query =