Skip to content

Fix Relationship field for interleaved parent table#25

Merged
maroux merged 1 commit intomasterfrom
fix_interleaved_child_relationship
Nov 16, 2020
Merged

Fix Relationship field for interleaved parent table#25
maroux merged 1 commit intomasterfrom
fix_interleaved_child_relationship

Conversation

@maroux
Copy link
Owner

@maroux maroux commented Nov 12, 2020

  • This doesn't require a constraint (its the equivalent of a
    reverse relationship in sqlalchemy / django). Ideally the fix
    can be a general purpose reverse relationship manager, but
    that's lot of work. This unblocks the use of relationship for
    the simple case of interleaved parent-child tables.

- This doesn't require a constraint (its the equivalent of a
  reverse relationship in sqlalchemy / django).
@maroux maroux requested a review from techgerm November 12, 2020 22:21
@maroux maroux merged commit a1ad5bf into master Nov 16, 2020
@maroux maroux deleted the fix_interleaved_child_relationship branch November 16, 2020 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants