[PR #355] [CLOSED] Support for access method declaration for indexes #8074

Closed
opened 2026-01-22 15:58:16 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/355
Author: @petr-motejlek
Created: 5/23/2012
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 40dd12f Added 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.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/orm/pull/355 **Author:** [@petr-motejlek](https://github.com/petr-motejlek) **Created:** 5/23/2012 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`40dd12f`](https://github.com/doctrine/orm/commit/40dd12f64b92c8528be6e2c91ca3cd61e68f3950) Added simple draft support for accessMethod specification ### 📊 Changes **4 files changed** (+13 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-22 15:58:16 +01:00
admin closed this issue 2026-01-22 15:58:16 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#8074