mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-2467: Incorrect work with default values, indexes, autoincrement (patch attached) #3097
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 (May 23, 2013).
Originally assigned to: @beberlei on GitHub.
Jira issue originally created by user and:
If you use in your MySQL database default values, indexes or string primary key, you get incorrect mapping by mapping generator. For get it - just use in database one or more from listed abilities, generate mapping for that and then try to dump-sql with schema-tool:update.
Hope you fix it. Tnx! ;)
@doctrinebot commented on GitHub (May 23, 2013):
Comment created by @ocramius:
Marked as minor improvement - thank you for the patch!
@doctrinebot commented on GitHub (May 28, 2013):
Comment created by and:
When it will be merged? Maybe, planned version?
@doctrinebot commented on GitHub (May 28, 2013):
Comment created by @ocramius:
[~and] such a patch requires failing tests before being applied - that's up to whoever picks it up.
@doctrinebot commented on GitHub (May 28, 2013):
Comment created by and:
So if I add patch with tests - it will be merged? =)
@doctrinebot commented on GitHub (May 28, 2013):
Comment created by @ocramius:
Most probably - you can open a pull request against the current ORM master for that