mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-3014: [GH-973] Added index flags support in annotation, xml & yaml mapping drivers. #3747
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 (Mar 6, 2014).
Originally assigned to: @Ocramius on GitHub.
Jira issue originally created by user @doctrinebot:
This issue is created automatically through a Github pull request on behalf of adrianolek:
Url: https://github.com/doctrine/doctrine2/pull/973
Message:
It allows specifying eg. fulltext index for MysqlPlatform (the platform already supports it - https://github.com/doctrine/dbal/blob/master/lib/Doctrine/DBAL/Platforms/MySqlPlatform.php#L714 , but it couldn't be used in annotations/xml/yaml/php schemas). And also other platforms use flags for indexes (virtual, clustered etc.).
So now flags can be used like:
@doctrinebot commented on GitHub (Apr 13, 2014):
Comment created by @doctrinebot:
A related Github Pull-Request [GH-973] was closed:
https://github.com/doctrine/doctrine2/pull/973
@doctrinebot commented on GitHub (Apr 13, 2014):
Comment created by @ocramius:
Merged:
3a1e24e680@doctrinebot commented on GitHub (Apr 13, 2014):
Issue was closed with resolution "Fixed"