Ticket #1588 (closed defect: fixed)
Oracle building schema does not detect foreign keys
| Reported by: | tchakkapark | Owned by: | jwage |
|---|---|---|---|
| Priority: | major | Milestone: | 1.1.0-ALPHA1 |
| Component: | Import/Export | Version: | 1.1-DEV |
| Severity: | Keywords: | oracle foreign keys | |
| Cc: | Has Test: | no | |
| Status: | Pending Core Response | Has Patch: | no |
Description (last modified by tchakkapark) (diff)
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).
When reverse-engineering using
symfony doctrine:build-schema
In Oracle, 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.
Change History
Note: See
TracTickets for help on using
tickets.