[DDC-2280] Database-first convert-mapping to XML fails to add length to varchar primary key in id tag Created: 06/Feb/13 Updated: 09/May/13 Resolved: 09/May/13 |
|
| Status: | Resolved |
| Project: | Doctrine 2 - ORM |
| Component/s: | Mapping Drivers |
| Affects Version/s: | 2.3.2 |
| Fix Version/s: | 2.3.4 |
| Security Level: | All |
| Type: | Bug | Priority: | Minor |
| Reporter: | Aaron Moore | Assignee: | Benjamin Eberlei |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
In using orm:convert-mapping xml --from-database the xml that is generated for varchar columns does not receive a length attribute. Therefore - orm:validate-schema fails and the schema tool reports that the column must change to a varchar(255) when it should be just fine with the varchar that was already there (ex. varchar(10)). Note: I discovered this on composite keys - unsure whether this is for all or only composite. |
| Comments |
| Comment by Benjamin Eberlei [ 09/May/13 ] |
|
Fixed |