mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-3117: [GH-1027] Support for Partial Indexes for PostgreSql and Sqlite #3869
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 7, 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 PowerKiKi:
Url: https://github.com/doctrine/doctrine2/pull/1027
Message:
Support for Partial Indexes was available in Doctrine 1 following
http://www.doctrine-project.org/jira/browse/DC-82. This commit
reintroduce support for Doctrine 2. We use the same syntax with an
optionnal "where" attribute for Index and UniqueConstraint.
It is unit-tests covered and documented in manual. This Pull Request depends on https://github.com/doctrine/dbal/pull/600. So they should both be merged or rejected together.
Thanks for your time !
@doctrinebot commented on GitHub (May 7, 2014):
@doctrinebot commented on GitHub (May 7, 2014):
Comment created by powerkiki:
This patch depends on DBAL-900. So they should both be merged or rejected together.
@doctrinebot commented on GitHub (May 16, 2014):
Comment created by @doctrinebot:
A related Github Pull-Request [GH-600] was closed:
https://github.com/doctrine/dbal/pull/600
@doctrinebot commented on GitHub (Aug 2, 2014):
Comment created by @doctrinebot:
A related Github Pull-Request [GH-600] was assigned:
https://github.com/doctrine/dbal/pull/600
@doctrinebot commented on GitHub (Aug 19, 2014):
Comment created by @doctrinebot:
A related Github Pull-Request [GH-600] was closed:
https://github.com/doctrine/dbal/pull/600
@doctrinebot commented on GitHub (Nov 5, 2014):
Comment created by @doctrinebot:
A related Github Pull-Request [GH-1027] was assigned:
https://github.com/doctrine/doctrine2/pull/1027
@doctrinebot commented on GitHub (Nov 5, 2014):
Comment created by @doctrinebot:
A related Github Pull-Request [GH-1027] was closed:
https://github.com/doctrine/doctrine2/pull/1027
@doctrinebot commented on GitHub (Nov 5, 2014):
Issue was closed with resolution "Fixed"