mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-186: addIndex is borken in trunk since this morning update #229
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 (Nov 30, 2009).
Originally assigned to: @beberlei on GitHub.
Jira issue originally created by user rickdt:
@doctrinebot commented on GitHub (Nov 30, 2009):
Comment created by @beberlei:
This happens because of the totally unused syntax:
This syntax was removed in favour of:
@doctrinebot commented on GitHub (Nov 30, 2009):
Comment created by rickdt:
How do we use this syntax in Metadata ??
I do ;
@doctrinebot commented on GitHub (Nov 30, 2009):
Comment created by rickdt:
..
@doctrinebot commented on GitHub (Nov 30, 2009):
Comment created by rickdt:
I really would like to use the good syntax. I even asked for a better documentation in DDC-160
@doctrinebot commented on GitHub (Nov 30, 2009):
Comment created by @beberlei:
Hm it seems the metadata drivers make this. This only means index creation is not tested in the unittests :-)
I'll add a temporary fix, and discuss it in the team how to solve this consistently.
@doctrinebot commented on GitHub (Nov 30, 2009):
Comment created by @beberlei:
Can you try again with trunk?
@doctrinebot commented on GitHub (Dec 1, 2009):
Comment created by rickdt:
There is a new error
I will try to get you more informations.
@doctrinebot commented on GitHub (Dec 1, 2009):
Comment created by rickdt:
Here is the content of columnNames
@doctrinebot commented on GitHub (Dec 1, 2009):
Comment created by rickdt:
After some verification all Mapping Driver generate the index definitions this way
@doctrinebot commented on GitHub (Dec 1, 2009):
Comment created by @beberlei:
Ok, that could be changed easily i guess.
@doctrinebot commented on GitHub (Dec 4, 2009):
Comment created by @beberlei:
Fixed, added a test-case.
@doctrinebot commented on GitHub (Dec 4, 2009):
Issue was closed with resolution "Fixed"
@doctrinebot commented on GitHub (Dec 4, 2009):
Comment created by rickdt:
Thank you! I confirm this fixed the issue.