[Dbix-class] SQL::Abstract
Peter Rabbitson
rabbit+dbic at rabbit.us
Tue May 7 18:24:44 GMT 2013
On Tue, May 07, 2013 at 06:24:49PM +0100, Duncan Garland wrote:
> Hi,
>
> Does anybody know what's happening here? (I know the index is switched off.)
>
> This:
>
> @rs = $schema->resultset("LeasingUser")->search( \[ 'UPPER(username) = ?', uc($username) ] );
You are relying on a feature that only appeared on CPAN a week ago. The
exception you've shown leads me to believe you are usign a version of
DBIC < 0.08250.
Cheers
More information about the DBIx-Class
mailing list