[DBAL-148] Foreign key creation fails with MySQL 5.1.54 Created: 16/Aug/11 Updated: 18/Aug/11 Resolved: 18/Aug/11 |
|
| Status: | Resolved |
| Project: | Doctrine DBAL |
| Component/s: | None |
| Affects Version/s: | 2.1 |
| Fix Version/s: | 2.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Frej Connolly | Assignee: | Benjamin Eberlei |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
MySQL 5.1.54, PHP 5.3.5, Ubuntu 11.04, Zend Framework 1.11.10 |
||
| Attachments: |
|
| Description |
|
doctrine orm:schema-tool:create returns [PDOException] The problem seem to be that the create commande creates the following SQL syntax which doesn't work. If I use the following (added a space between Postion and (id) in the end) it works. Patch for AbstractPlatform.php attached. |
| Comments |
| Comment by Benjamin Eberlei [ 18/Aug/11 ] |
|
Fixed and merged 2.1.x |