[DBAL-234] Index names are not synchronized by Comparator Created: 08/Mar/12 Updated: 08/Mar/12 |
|
| Status: | Open |
| Project: | Doctrine DBAL |
| Component/s: | Schema Managers |
| Affects Version/s: | 2.2.1 |
| Fix Version/s: | None |
| Security Level: | All |
| Type: | Bug | Priority: | Major |
| Reporter: | Artem Goutsoul | Assignee: | Benjamin Eberlei |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
MySQL |
||
| Description |
|
Index and foreign key name change is not synced by Comparator. This is important since in some complex queries one might use FORCE INDEX (some_index_name), and they will fail if an index name is incorrect. |