[
https://issues.apache.org/jira/browse/CAY-2402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nikita Timofeev updated CAY-2402:
---------------------------------
Component/s: dbimport
> cdbimport: escape db names that is not valid Java identifiers
> -------------------------------------------------------------
>
> Key: CAY-2402
> URL: https://issues.apache.org/jira/browse/CAY-2402
> Project: Cayenne
> Issue Type: Bug
> Components: dbimport, Non-GUI Tools
> Affects Versions: 4.0.B2, 4.1.M1
> Reporter: Nikita Timofeev
> Priority: Minor
> Labels: pull-request-available
> Fix For: 4.2.M1
>
>
> Database names starting with numbers are converted as is in Object attribute
> names.
> I.e. name like {{"123name"}} will end as {{<obj-attribute name="123name"/>}}.
> It can be fixed by prefixing with {{"_"}} such names.
> Also should review other special characters that can be in db names.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)