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

Add important asserts to the default save inventory #15197

Commits on May 23, 2017

  1. Expose a fixed_foreign_keys list

    Expose a fixed_foreign_keys list, givin us a way to assert
    referential integrity. This tool is vital for targeted refresh
    where we need to be sure, that the referential integrity will not
    be broken.
    Ladas committed May 23, 2017
    Configuration menu
    Copy the full SHA
    4c99c65 View commit details
    Browse the repository at this point in the history
  2. Extract distinct relation assertion to a base class

    Extract distinct relation assertion to a base class
    Ladas committed May 23, 2017
    Configuration menu
    Copy the full SHA
    6ec42d1 View commit details
    Browse the repository at this point in the history
  3. Extract referential integrity assertion to a base class

    Extract referential integrity assertion to a base class
    Ladas committed May 23, 2017
    Configuration menu
    Copy the full SHA
    4efa87a View commit details
    Browse the repository at this point in the history
  4. Use base class assert_distinct_relation

    Use base class assert_distinct_relation
    Ladas committed May 23, 2017
    Configuration menu
    Copy the full SHA
    0b78eca View commit details
    Browse the repository at this point in the history
  5. Use base class assert_referential_integrity

    USe base class assert_referential_integrity
    Ladas committed May 23, 2017
    Configuration menu
    Copy the full SHA
    bcab13b View commit details
    Browse the repository at this point in the history