Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.2.1
-
Fix Version/s: None
-
Component/s: Attributes, Migrations
-
Labels:None
-
Environment:Debian 5, Apache 2, PHP 5.2.9, MySQL 5.1
Description
I am using Doctrine 1.2.1 and Migrations don't appear to respect Doctrine::ATTR_TBLNAME_FORMAT when creating or dropping tables. This means while models create/drop tables with prefixes migrations don't. Also the migration_version table is created without the prefix too even though it was apparently fixed in DC-245.
I haven't tested but it also probably means other attributes like Doctrine::ATTR_IDXNAME_FORMAT and Doctrine::ATTR_SEQNAME_FORMAT are not obeyed either which makes things a little confusing knowing when to care for prefixes or not.
Activity
Erik Wegner
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Attachment | migration_table_prefix_doctrine_1.2.patch [ 10615 ] |