[DBAL-392] Moving entity relationship doesn't move foreign key in mysql table Created: 24/Nov/12 Updated: 23/Dec/12 Resolved: 23/Dec/12 |
|
| Status: | Resolved |
| Project: | Doctrine DBAL |
| Component/s: | Schema Managers |
| Affects Version/s: | None |
| Fix Version/s: | 2.3.2 |
| Security Level: | All |
| Type: | Bug | Priority: | Major |
| Reporter: | Alessandro Tagliapietra | Assignee: | Benjamin Eberlei |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Mac OSX, mysql 5.5.28, php 5.4.8 |
||
| Issue Links: |
|
||||||||
| Description |
|
This is the copy of bug http://www.doctrine-project.org/jira/browse/DDC-2161 that I've moved here since it's related to the dbal and not the orm. Basically when you update just the foreign table of a foreign key the constrain doesn't gets updated. |
| Comments |
| Comment by Benjamin Eberlei [ 24/Nov/12 ] |
|
A related Github Pull-Request [GH-521] was closed |
| Comment by Alessandro Tagliapietra [ 26/Nov/12 ] |
|
The related pull request is https://github.com/doctrine/dbal/pull/234 |