Skip Menu |

This queue is for tickets about the HTML-FormEngine-DBSQL CPAN distribution.

Report information
The Basics
Id: 8054
Status: new
Priority: 0/
Queue: HTML-FormEngine-DBSQL

People
Owner: Nobody in particular
Requestors: mark [...] summersault.com
Cc:
AdminCc:

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



Subject: wish: translate underscores to spaces
I have a suggestion for improved default column names. Currently the default uppercases the first word of the column. I think it's reasonable that it should also transform underscores to spaces. So: column_name in the DB becomes "Column Name" in the form Mark