in reply to lower case column names for Class::DBI

The reason columns are lower-cased internally? Probably to avoid issues with inconsistent capitalization in SQL statements or unpredictable returns from databases. You'd be better off asking on the Class::DBI list.
  • Comment on Re: lower case column names for Class::DBI