mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #283] [MERGED] Fix DDC-807 #7967
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/283
Author: @FabioBatSilva
Created: 2/14/2012
Status: ✅ Merged
Merged: 2/14/2012
Merged by: @guilhermeblanco
Base:
master← Head:DDC-807📝 Commits (1)
5d01123Fix DDC-807, DDC-553📊 Changes
10 files changed (+123 additions, -12 deletions)
View changed files
📝
doctrine-mapping.xsd(+3 -1)📝
lib/Doctrine/ORM/Mapping/DiscriminatorColumn.php(+2 -0)📝
lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php(+2 -1)📝
lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php(+4 -3)📝
lib/Doctrine/ORM/Mapping/Driver/YamlDriver.php(+4 -3)📝
lib/Doctrine/ORM/Tools/SchemaTool.php(+9 -4)📝
tests/Doctrine/Tests/ORM/Mapping/AbstractMappingDriverTest.php(+51 -0)➕
tests/Doctrine/Tests/ORM/Mapping/php/Doctrine.Tests.ORM.Mapping.DDC807Entity.php(+15 -0)➕
tests/Doctrine/Tests/ORM/Mapping/xml/Doctrine.Tests.ORM.Mapping.DDC807Entity.dcm.xml(+20 -0)➕
tests/Doctrine/Tests/ORM/Mapping/yaml/Doctrine.Tests.ORM.Mapping.DDC807Entity.dcm.yml(+13 -0)📄 Description
Hello,
This patch fix DDC-807
Adding support for column definition on DiscriminatorColumn
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.