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

merge 4.x => 4.next #746

Merged
merged 8 commits into from
Sep 13, 2024
Merged

merge 4.x => 4.next #746

merged 8 commits into from
Sep 13, 2024

Commits on Jul 17, 2024

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

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    687a552 View commit details
    Browse the repository at this point in the history
  2. Simplifying test

    challgren committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    4cf0b0f View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Merge pull request #728 from challgren/fix-pgsql-schema

    Correcting getGlobalSchemaName to use the correct schema
    markstory authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    0716a4b View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Disable foreign key checks when removing temp tables

    Attempt to reproduce the problem reported in #741 but added a test that
    covers the scenario based on current information. Perhaps the problem
    can be reproduced in CI. There is also a chance that the test suite
    harness makes this challenging to reproduce because of wrapping
    transactions.
    markstory committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    d316a20 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Fix up stan errors

    While these foreign key toggles appear to work in tests. When testing
    the same migration operations within an application the contraint error
    is reproducible and not fixed still.
    markstory committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    d8ac1b0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #743 from cakephp/fix-sqlite-constraint

    Disable foreign key checks when removing temp tables
    markstory authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    2fb93e5 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

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