Skip to content

Save/update order in inverse relationships #117

@erizocosmico

Description

@erizocosmico

Right now, the entity is saved first and then all its relationships. This obviously does not work for inverses, because the entity depends on its inverse relationships.

It would just be a matter of changing the order of insertion/save to the following:

  1. Inverses
  2. Entity
  3. Relationships

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions