mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #114] [CLOSED] Import one to many relations from database schema + generated XML embrace XSD specification #7726
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/114
Author: @goetas
Created: 9/1/2011
Status: ❌ Closed
Base:
master← Head:tdx📝 Commits (8)
8c86372Added the ability to detect one-to-many relations in reversec379a7dThe XML exporter respect the XSD definitionc561cdfFix estetici3091637Fix whitespaces239b787Default indexes for relations with one fk column (reverse engineering)19f2092Fix esteticib42543cAbility to detect one to one relations for database reverse5238c7fbetter php indentation📊 Changes
3 files changed (+93 additions, -27 deletions)
View changed files
📝
lib/Doctrine/ORM/Mapping/Driver/DatabaseDriver.php(+56 -9)📝
lib/Doctrine/ORM/Tools/EntityGenerator.php(+7 -2)📝
lib/Doctrine/ORM/Tools/Export/Driver/XmlExporter.php(+30 -16)📄 Description
Added the ability to import "one to many" relations from database definition.
Improved XML exporter to embrace XSD specification (relations tag order and some empty attributes).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.