[
https://issues.apache.org/jira/browse/OPENJPA-528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Dick closed OPENJPA-528.
--------------------------------
Resolution: Fixed
> FK columns which contain reserved workds are renamed incorrectly.
> -----------------------------------------------------------------
>
> Key: OPENJPA-528
> URL: https://issues.apache.org/jira/browse/OPENJPA-528
> Project: OpenJPA
> Issue Type: Bug
> Reporter: Michael Dick
> Assignee: Michael Dick
> Attachments: OPENJPA-528.patch
>
>
> The check for reserved words in FK column names happens before we append the
> _ID suffixes. As a result if a reserved word is found we end up appending a
> number to the reserved word and then appending _ID.
> Whats worse is that the check for uniqueness also occurs before we append the
> _ID, which could lead to other problems down the road.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.