Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0.14, 1.1.6, 1.2.0-BETA3
-
Component/s: Import/Export
-
Labels:None
-
Environment:linux / windows
Description
after upgrade of doctrine version ( as a part of symfony upgrade) now creates new "camelcase" names insted of the existing classes (e.g. "Tbl_My_Table" replaced to "TblMyTable"), the problematic function is "importSchema" in the attched "Import.php" file. i have added remarks to the lines that creates the the error.
attached a resolution for this bug. please check and approve if possiable