On Wed, Feb 06, 2008 at 08:29:49PM +0100, Grzegorz Nosek wrote:
> Still, either I'm doing something very stupid, or the columns are now
> always qualified, like this:
> 
> SELECT
>   t1.id,
>   t1.val1,
>   t1.val2,
>   t1.is_even
> FROM
>   test t1
> WHERE
>   t1.id = ? AND
>   t1.is_even = ? (2, 1)

<brown paper bag mode on>

Of course, everything works fine. Just that the manager methods behave
differently from R::DB::O->load.

Model::Test->new( id => 1 )->load behaves exactly as I'd expect.

Thanks again!

Best regards,
 Grzegorz Nosek

-------------------------------------------------------------------------
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