On Tue, Feb 05, 2008 at 07:04:10PM -0500, John Siracusa wrote:
> On Feb 5, 2008 5:16 PM, Grzegorz Nosek <[EMAIL PROTECTED]> wrote:
> > Hmm, I might be missing something, but inside the
> > sql_qualify_columns_on_load method you're using $_[1] after shifting
> > $self off the argument array, so to set the value to true, I must pass
> > two arguments to the method
> 
> Too slow again: also fixed in SVN before you posted :)

Yup, I see it now.

> 
> > OK, so I'll wait before upgrading my production version. BTW, I set up
> > postgres credentials so that 'make test' can use them and got failures
> > on the new tests (stderr output attached).
> 
> That too.

Yes, got it.

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)


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