Ticket #69 (closed defect: fixed)

Opened 3 years ago

Last modified 2 years ago

Make bidirectional self-referential ManyToMany relationships' meaning independent of order of declaration

Reported by: ged Owned by: ged
Priority: major Milestone: 0.7
Component: core Version:
Keywords: Cc:

Description

As a followup to ticket #19, we should make bidirectional self-referential ManyToMany relationships' meaning independent of the order in which each side of the relationship is declared.

Change History

Changed 3 years ago by ged

  • owner set to ged
  • status changed from new to accepted

Changed 3 years ago by ged

Best way to do this is probably to make local_colname and remote_colname arguments mandatory in that case... But I don't want to have to specify them on both sides. Looks silly.

or simply use/advice using a backref (possibly making several M2M in the same Entity not match with each other)?

Changed 3 years ago by ged

I'll need to ask what the community think on this...

Changed 2 years ago by ged

  • status changed from accepted to closed
  • resolution set to fixed

fixed in r458

Note: See TracTickets for help on using tickets.