Issue Details (XML | Word | Printable)

Key: DDC-243
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Roman S. Borschel
Reporter: Jakub Husák
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Doctrine 2 - ORM

XML many-to-many mapping broken and xsd incomplete

Created: 06/Jan/10 04:49 PM   Updated: 06/Jan/10 05:21 PM
Component/s: Mapping Drivers
Affects Version/s: 2.0-ALPHA4
Fix Version/s: 2.0-ALPHA4
Security Level: All


 Description  « Hide
  1. There is a typo in XML driver - element should be named mapped-by, not mappedBy http://trac.doctrine-project.org/browser/trunk/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php?rev=7007#L319
  2. mapped-by attribute is missing in XSD definition of many-to-many element


 All   Comments   Change History   FishEye      Sort Order: Ascending order - Click to sort in descending order
Roman S. Borschel added a comment - 06/Jan/10 05:21 PM
Should be fixed now. Thanks for reporting!