[DDC-2027] [GH-443] Allow 'nullable' attribute to be used during XML export Created: 13/Sep/12 Updated: 17/Sep/12 Resolved: 17/Sep/12 |
|
| Status: | Resolved |
| Project: | Doctrine 2 - ORM |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 2.3 |
| Security Level: | All |
| Type: | Bug | Priority: | Major |
| Reporter: | Benjamin Eberlei | Assignee: | Benjamin Eberlei |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This issue is created automatically through a Github pull request on behalf of cas87: Url: https://github.com/doctrine/doctrine2/pull/443 Message: Allows 'nullable' attribute to be used during XML export, something which already worked for me in YamlExport. This addition saved me a lot of time during development; one less difference to deal with between the YAML and XML approach. Don't know why this was missing, maybe it's me who is missing something, so let me know |
| Comments |
| Comment by Benjamin Eberlei [ 13/Sep/12 ] |
|
A related Github Pull-Request [GH-443] was closed |