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 croak() - it just
returns all the My::Foos!  Sometimes I don't notice right away that I'm
getting the wrong objects since my test set is small.  Shouldn't it
croak()?  I can see about a patch if so.

-sam
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to