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

schemadiff: improved diff ordering with various foreign key strategies #16081

Merged

Commits on Jun 5, 2024

  1. schemadiff: adding a FK dependency unit test

    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    shlomi-noach committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    1c46727 View commit details
    Browse the repository at this point in the history
  2. code comment

    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    shlomi-noach committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    b2d882a View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. adding tests

    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    shlomi-noach committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    2b5da08 View commit details
    Browse the repository at this point in the history
  2. comment

    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    shlomi-noach committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    1e837c8 View commit details
    Browse the repository at this point in the history
  3. refactor permutations logic

    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    shlomi-noach committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    3584505 View commit details
    Browse the repository at this point in the history
  4. Implement ForeignKeyCheckStrategyCreateTableFirst; use a strictest-to…

    …-desired search path, that first attempts to echieve a dependency resolution with strictest means, but if impossible, resotrs to more relaxed constraints
    
    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    shlomi-noach committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    78234e0 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. resolved conflict

    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    shlomi-noach committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    f3a4a97 View commit details
    Browse the repository at this point in the history
  2. adding more tests

    Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
    shlomi-noach committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    0da285a View commit details
    Browse the repository at this point in the history