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

Make deconstruct-by-class match im-tables behaviour #59

Merged
merged 3 commits into from
Apr 7, 2022

Commits on Mar 31, 2022

  1. Make deconstruct-by-class match im-tables behaviour

    Due to how the view is overwritten by a single target class as required
    by tolist WS, this leads to a differing query result set, due to views
    implicitly constraining refs/colls to be present (as inner join is the
    default). To match this behaviour without views, we need to add IS NOT
    NULL constraints for them, except in the case where the class is an
    outer join, when it should not receive a substitute constraint.
    heralden committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    ec67142 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. Use substitute-constraints for both deconstruct and group views

    We want to do this as it's arguably the expected behaviour of these
    functions. It would also mean fixing a predicted problem causing more
    objects than intended to be passed on to BG visualizations.
    heralden committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    7322924 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. Configuration menu
    Copy the full SHA
    aba5f65 View commit details
    Browse the repository at this point in the history