mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #355] [CLOSED] Support for access method declaration for indexes #8074
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?
📋 Pull Request Information
Original PR: https://github.com/doctrine/orm/pull/355
Author: @petr-motejlek
Created: 5/23/2012
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
40dd12fAdded simple draft support for accessMethod specification📊 Changes
4 files changed (+13 additions, -4 deletions)
View changed files
📝
lib/Doctrine/ORM/Mapping/Builder/ClassMetadataBuilder.php(+6 -2)📝
lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php(+4 -1)📝
lib/Doctrine/ORM/Mapping/Index.php(+2 -0)📝
lib/Doctrine/ORM/Tools/SchemaTool.php(+1 -1)📄 Description
Added basic simple draft version of access method support for indexes. This PR actually depends on this one: https://github.com/doctrine/dbal/pull/154
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.