-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DDC-3117: [GH-1027] Support for Partial Indexes for PostgreSql and Sqlite #3893
Comments
Comment created by powerkiki: This patch depends on DBAL-900. So they should both be merged or rejected together. |
Comment created by @doctrinebot: A related Github Pull-Request [GH-600] was closed: |
Comment created by @doctrinebot: A related Github Pull-Request [GH-600] was assigned: |
Comment created by @doctrinebot: A related Github Pull-Request [GH-600] was closed: |
Comment created by @doctrinebot: |
Comment created by @doctrinebot: |
Issue was closed with resolution "Fixed" |
Jira issue originally created by user @doctrinebot:
This issue is created automatically through a Github pull request on behalf of PowerKiKi:
Url: #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 doctrine/dbal#600. So they should both be merged or rejected together.
Thanks for your time !
The text was updated successfully, but these errors were encountered: