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

DM-38953 (again): dynamic connections support, fixed #333

Merged
merged 2 commits into from
May 12, 2023

Commits on May 11, 2023

  1. Un-revert DM-38953 merge.

    This reverts commit c64c9a3.
    TallJimbo committed May 11, 2023
    Configuration menu
    Copy the full SHA
    2b1784c View commit details
    Browse the repository at this point in the history
  2. Fix handling of inherited connections.

    This was broken by the original version of DM-38953, because I hadn't
    been considering inheritance as a legitimate reason why a connection
    might be defined twice in the same class.  Now that case is handled
    better than before, because previously changing the type of the
    connection would have silently left the class in an inconsistent state.
    TallJimbo committed May 11, 2023
    Configuration menu
    Copy the full SHA
    37ecbd5 View commit details
    Browse the repository at this point in the history