Skip Menu |

This queue is for tickets about the DBIx-XHTML_Table CPAN distribution.

Report information
The Basics
Id: 24411
Status: rejected
Priority: 0/
Queue: DBIx-XHTML_Table

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



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
Use a templating module instead. This module is just for quick and dirty use cases, not production code.