Bug #9224
conversion of sql table name honors FWD reserved words
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:
0%
billable:
No
vendor_id:
GCD
case_num:
version_reported:
version_resolved:
reviewer:
production:
No
env_name:
topics:
History
#1 Updated by Constantin Asofiei almost 2 years ago
A legacy table named Property will have a sql table name of Property_ - this is because FWD has a reserved name the Java Property annotation name. Please check why this happens (is this because this name conversion is done early in the conversion, and this Property_ is then used as the reference for the DMO name?).
Any change in the conversion of the SQL table name must check for existing installation if the DDL has changed or not.
Second option is to check how feasible is to use hints for the sql table name (if this is not already supported).