Otis wrote:
The question then is of course, why you would want pascal cased names when retrieving the meta data from the db but not when you type it in manually?
Thats easy - the vast majority of names should be changed pascal case but some I require to be as I type them in. For example I prefer "ID" to "Id".
Its very disconcerting to change something and then immediately have the change removed. I see the option as a best guess for initial setup, which is correct in the vast majority of cases, but may require some manual tweaking.
(In an ideal world, I would like to see a way of being able to specify some rules for choosing a field name. In the project I am currently working on, I didn't have any input on the column naming conventions and it would be great to be able to replace "_dtm$" (regex) with "Date" (yes someone really decided to use _dtm as a suffix for all date time columns!)) .
Cheers
Simon