Skip Menu |

This queue is for tickets about the ORM CPAN distribution.

Report information
The Basics
Id: 50295
Status: new
Priority: 0/
Queue: ORM

People
Owner: Nobody in particular
Requestors: mark.young [...] agconnections.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Field Label Comparisons are Case-Sensitive
Date: Wed, 7 Oct 2009 09:44:07 -0500
To: <bug-ORM [...] rt.cpan.org>
From: "Mark Young" <mark.young [...] agconnections.com>
-- SQL create table EXAMPLE(FIELD int); # Perl my $e = Example->new( prop => { field => 42, }, ); Would result in error stating that table 'Example' (note, that is the object/module name, not 'EXAMPLE') does not contain field 'field' because the comparisons are case-sensitive.