mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #460] [CLOSED] added support to extend strategies for IdGenerators #8227
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/460
Author: @Powerhamster
Created: 10/2/2012
Status: ❌ Closed
Base:
master← Head:extendable-generatorytypes📝 Commits (1)
d8abbb6added support to extend strategies for IdGenerators📊 Changes
5 files changed (+52 additions, -4 deletions)
View changed files
📝
lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php(+1 -1)📝
lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php(+2 -1)📝
lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php(+2 -1)📝
lib/Doctrine/ORM/Mapping/Driver/YamlDriver.php(+2 -1)📝
tests/Doctrine/Tests/ORM/Mapping/AnnotationDriverTest.php(+45 -0)📄 Description
Mapping drivers now use extended classmetadata class to find constants of generator types.
Method completeIdGeneratorMapping is now protected and can be extended
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.