[
https://issues.apache.org/jira/browse/OPENJPA-430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12580111#action_12580111
]
Pinaki Poddar commented on OPENJPA-430:
---------------------------------------
This feature should be removed because
A) MappingDefaults is inappropriate place for introduction of a rather specific
naming semantics. An extended user-defined (or pre-packaged) plug-in should do
it.
B) It broke my code several times :( Especially when Column names matched
database reserved words.
> Automatically remove hungarian notation from column names.
> ----------------------------------------------------------
>
> Key: OPENJPA-430
> URL: https://issues.apache.org/jira/browse/OPENJPA-430
> Project: OpenJPA
> Issue Type: New Feature
> Affects Versions: 1.1.0
> Reporter: Ben Short
> Priority: Minor
> Fix For: 1.1.0
>
> Attachments: OPENJPA-430-DOCS.patch, OPENJPA-430.patch
>
>
> Add a flag to switch on/off automatic truncation of hungarian fields when
> automatically generating column names.
> Fields such as mFoobar and strBarFoo would become columns named* foobar and
> barfoo respectivly.
> *Current naming DBDictionary rules would still apply.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.