Skip Menu |

This queue is for tickets about the Class-DBI CPAN distribution.

Report information
The Basics
Id: 14172
Status: new
Priority: 0/
Queue: Class-DBI

People
Owner: Nobody in particular
Requestors: murple [...] murple.net
Cc:
AdminCc:

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



Date: Mon, 15 Aug 2005 13:23:45 -0400
From: Murple <murple [...] murple.net>
To: bug-Class-DBI [...] rt.cpan.org
Subject: Case mangling with Sybase
Class::DBI works great with Sybase, except for the fact that it mangles column names to be all lower case... which is a pretty huge bug, making the module unusable for databases with columns that have capital letters in their names. Adding Class::DBI::Sybase doesn't help since the problem is in Class::DBI itself. I haven't tried to see if the same thing happens with MySQL or other databases.