mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-3277: Yaml convert-mapping bug #4057
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doctrinebot on GitHub (Aug 27, 2014).
Jira issue originally created by user Kilrogg:
I use yaml mapping in my project for better migration management. For example, I use
To make yml entites for my User module. In my yml I have smth like this:
I can write a comment to column
And when I perform migration comment disappears. Here https://github.com/doctrine/migrations/issues/184 I was adviced to use such construction:
And It works! But convert-mapping generates wrong code. Does anyone know any way to generate a correct one with convert-mapping?
@doctrinebot commented on GitHub (Aug 28, 2014):
Comment created by @ocramius:
Seems like [~stof] started working on this: https://github.com/doctrine/doctrine2/pull/1123
@doctrinebot commented on GitHub (Aug 29, 2014):
Comment created by Kilrogg:
Thank you very much! Will with feature be available with update through composer?
@doctrinebot commented on GitHub (Aug 30, 2014):
Comment created by @doctrinebot:
A related Github Pull-Request [GH-1123] was assigned:
https://github.com/doctrine/doctrine2/pull/1123
@doctrinebot commented on GitHub (Aug 30, 2014):
Comment created by @doctrinebot:
A related Github Pull-Request [GH-1123] was closed:
https://github.com/doctrine/doctrine2/pull/1123
@doctrinebot commented on GitHub (Sep 1, 2014):
Comment created by @deeky666:
[~Kilrogg] there is no release date scheduled for 2.5 yet. If you want to use the patch you will have to use "dev-master" version in your composer.json
@Majkl578 commented on GitHub (Sep 11, 2017):
Related PR #1123 was merged.