Subject: | May be i find a little bug |
Date: | Tue, 21 Mar 2006 20:03:59 +0200 |
To: | jesse [...] fsck.com |
From: | Alexey Grebenschikov <dimid [...] no-more.kiev.ua> |
Hello.
I work with DBIx::SearchBuilder::Record and find missing lc within
PrimaryKeys:
line 404:
sub PrimaryKeys {
my $self = shift;
my %hash = map { $_ => $self->{'values'}->{$_} } @{$self->_PrimaryKeys};
return (%hash); ^
} | may be lc $_ ?
if _PrimaryKeys return ['Id'] or any keys contain big litter, operation
SetAnyField will be wrong beecause PrimaryKeys return Id => undef
Good Bye.
P.S.: Sorry to trouble you and my very bed english.