mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #272] [MERGED] Implement custom options on table level and complete column options implementation #7942
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/272
Author: @jsor
Created: 1/26/2012
Status: ✅ Merged
Merged: 1/28/2012
Merged by: @beberlei
Base:
master← Head:table_options📝 Commits (2)
d68fcd8Implement custom options on table levelfac820fComplete custom column option implementation📊 Changes
12 files changed (+134 additions, -12 deletions)
View changed files
📝
doctrine-mapping.xsd(+19 -0)📝
lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php(+4 -0)📝
lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php(+4 -0)📝
lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php(+37 -4)📝
lib/Doctrine/ORM/Mapping/Driver/YamlDriver.php(+4 -0)📝
lib/Doctrine/ORM/Mapping/Table.php(+2 -0)📝
lib/Doctrine/ORM/Tools/SchemaTool.php(+6 -0)📝
tests/Doctrine/Tests/ORM/Mapping/AbstractMappingDriverTest.php(+23 -2)📝
tests/Doctrine/Tests/ORM/Mapping/php/Doctrine.Tests.ORM.Mapping.User.php(+5 -0)📝
tests/Doctrine/Tests/ORM/Mapping/xml/Doctrine.Tests.ORM.Mapping.User.dcm.xml(+15 -2)📝
tests/Doctrine/Tests/ORM/Mapping/yaml/Doctrine.Tests.ORM.Mapping.User.dcm.yml(+8 -0)📝
tests/Doctrine/Tests/ORM/Tools/SchemaToolTest.php(+7 -4)📄 Description
As requested in IRC by @beberlei.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.