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.