Subject: | Remove lc in exec_query? |
In exec_query, the column names are forced to lowercase and stored to
$self->{'fields_arry'}. My question is, if this lc call is necessary at
all. I want to have column headers with mixed case (important in german
words). I can easily create SQL statements like 'SELECT foo as
`Something with Mixed Case` ...' for customized header names, but
unfortunately lc removes the capitalization.
If you make this change, then there are probably some other places where
lc is also used and should be removed, too.
Regards,
Slaven