This may be a silly question, but why does Torque generate lowercase Java
variable names on all columns in the object schema?
For example, if I have a column named "datePosted", I would assume I would
get the resulting java var to be datePosted, with getDatePosted() etc.
following normal Java naming scheme, instead I get dateposted and
getDateposted()
I know I can change it in the Object.vm file etc., but I was just curious
why that decision was made. There may be something I am missing...
Forgive me if so :)
Sean
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]