#1588: Oracle building schema does not detect foreign keys
-----------------------------------+----------------------------------------
Reporter: tchakkapark | Owner: jwage
Type: defect | Status: new
Priority: major | Milestone: 1.1.0
Component: Import/Export | Version: 1.1-DEV
Keywords: | Has_test: 0
Mystatus: Pending Core Response | Has_patch: 0
-----------------------------------+----------------------------------------
I am using Symfony 1.1 with the sfDoctrinePlugin along with PHP version
5.2.6. I've confirmed that this happens with the 1.0.x version of
Doctrine, as well as the latest 1.1 version of doctrine in SVN (changeset
5110).
My Oracle database has precision set to some of the number datatypes.
When reverse-engineering using
{{{
symfony doctrine:build-schema
}}}
The schema.yml gets generated, but lacks any foreign key definitions. I
can understand that it wouldn't be able to guess if a foreign key is 1:1,
1:n, n:n, but it would be nice to have the foreign keys be detected with
some placeholder to fill in the relation mapping.
--
Ticket URL: <http://trac.doctrine-project.org/ticket/1588>
Doctrine <http://www.phpdoctrine.org>
PHP Doctrine Object Relational Mapper
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"doctrine-svn" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.co.uk/group/doctrine-svn?hl=en-GB
-~----------~----~----~----~------~----~------~--~---