Thu Apr 10 18:18:58 2008batman900 [...] gmail.com - Ticket created
Subject:
Small bug in select
Date:
Thu, 10 Apr 2008 15:18:32 -0700
To:
bug-SQL-Abstract-Limit [...] rt.cpan.org
From:
"Matt Spear" <batman900 [...] gmail.com>
Hey, I was using ur code today and I noticed that on line 157 of
SQL::Abstract::Limit you had:
my $table = $self->_table(shift);
and as SQL::Abstract already quotes the table this will cause a
double-quoting of the table name (when quote_char is specified for the
constructor). To fix it just change the line to:
my $table = shift;
Cheers!
Matt Spear
batman900@gmail.com
Thu Mar 18 12:30:03 2010http://dekimsey.myopenid.com/ - Correspondence added
Subject:
Tablename is re-quoted
Terrible bug name. However, it should be noted that the bug is fatal and
is a one-line fix. At least, assuming it doesn't break any other
functionality in the tests.
Thu Mar 18 12:30:07 2010The RT System itself - Status changed from 'new' to 'open'
Thu Jun 17 17:56:15 2010http://dekimsey.myopenid.com/ - Correspondence added