mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-616: Reverse engineering with Oracle #757
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?
Originally created by @doctrinebot on GitHub (May 29, 2010).
Originally assigned to: @beberlei on GitHub.
Jira issue originally created by user mikaelkael:
I am playing with reverse engineering with Oracle and I have some problems:
My schema:
My reverse engineering code:
If I run this code, I obtain 2 entities:
and
As you can see, it declares 2 times the same column: private $test1FirstColumn; and private $tEST1FIRSTCOLUMN;
@doctrinebot commented on GitHub (May 29, 2010):
@doctrinebot commented on GitHub (Jun 13, 2010):
Comment created by @beberlei:
Fixed and scheduled for BETA 3
@doctrinebot commented on GitHub (Jun 13, 2010):
Comment created by mikaelkael:
Something is broken with your commit:
In file 'lib/Doctrine/ORM/Mapping/Driver/DatabaseDriver.php ' (
b7db8df7ef) around line 86, the iteration is not complete and it is not able to define the primary key@doctrinebot commented on GitHub (Jun 13, 2010):
Comment created by @beberlei:
It seems the detection of many to many tables can cause severe problems. Some internal refactoring has to be done to get this reverse-engineering right.
@doctrinebot commented on GitHub (Jun 20, 2010):
Comment created by @beberlei:
This should now be finally solved. Many-To-Many tables are detected and supported in reverse engineering now.
@doctrinebot commented on GitHub (Jun 20, 2010):
Issue was closed with resolution "Fixed"