Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(core): allow persisting 1:m collections #686

Merged
merged 1 commit into from
Jul 26, 2020
Merged

feat(core): allow persisting 1:m collections #686

merged 1 commit into from
Jul 26, 2020

Commits on Jul 26, 2020

  1. feat(core): allow persisting 1:m collections

    Previously only initialized items were allowed to be persisted when adding to
    1:m collection, due to how propagation works. With this change we now allow
    having inverse side collections dirty as well, firing single update query
    for those if we see the items are now initialized.
    
    Closes #467
    B4nan committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    6b7c396 View commit details
    Browse the repository at this point in the history