Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.2.2
-
Fix Version/s: 1.2.3
-
Component/s: Import/Export, Query, Record, Relations
-
Labels:None
-
Environment:Doctrine SVN 1.2 r7676
Description
Class Doctrine_Formatter formats index names using Doctrine_Core::ATTR_IDXNAME_FORMAT
but for now it does not format foreign key names with Doctrine_Core::ATTR_FKNAME_FORMAT (in function getForeignKeyName).
Attached simple patch (copied from function getIndexName) ![]()
Fixed in http://trac.doctrine-project.org/changeset/7682
Thanks, Jon