[PR #317] [MERGED] Fix DDC-1694 #8016

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/317
Author: @FabioBatSilva
Created: 4/1/2012
Status: Merged
Merged: 5/5/2012
Merged by: @beberlei

Base: masterHead: DDC-1694


📝 Commits (3)

📊 Changes

2 files changed (+439 additions, -200 deletions)

View changed files

📝 lib/Doctrine/ORM/Tools/EntityGenerator.php (+287 -198)
📝 tests/Doctrine/Tests/ORM/Tools/EntityGeneratorTest.php (+152 -2)

📄 Description

http://www.doctrine-project.org/jira/browse/DDC-1694

if I understand right
Probably this code will be replaced by Benjamin's Code Generator.

Any way, for now I think this is a valid issue..


🔄 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/317 **Author:** [@FabioBatSilva](https://github.com/FabioBatSilva) **Created:** 4/1/2012 **Status:** ✅ Merged **Merged:** 5/5/2012 **Merged by:** [@beberlei](https://github.com/beberlei) **Base:** `master` ← **Head:** `DDC-1694` --- ### 📝 Commits (3) - [`790d981`](https://github.com/doctrine/orm/commit/790d98133c5a171a2ed42a5b8321a4cd34d7f981) fix DDC-1694 - [`67f0722`](https://github.com/doctrine/orm/commit/67f0722211a4f0bfc8f91c3368fce7137764752e) change test to uses data provider - [`e997491`](https://github.com/doctrine/orm/commit/e9974911fef2bb478dec81747437d3a67f7e1319) fix tests ### 📊 Changes **2 files changed** (+439 additions, -200 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Tools/EntityGenerator.php` (+287 -198) 📝 `tests/Doctrine/Tests/ORM/Tools/EntityGeneratorTest.php` (+152 -2) </details> ### 📄 Description http://www.doctrine-project.org/jira/browse/DDC-1694 if I understand right Probably this code will be replaced by Benjamin's Code Generator. Any way, for now I think this is a valid issue.. --- <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:57:59 +01:00
admin closed this issue 2026-01-22 15:58:00 +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#8016