Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Not A Problem
-
4.0.B2, 4.1.M1
Description
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.