Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: thecodingmachine/magic-query
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.0
Choose a base ref
...
head repository: thecodingmachine/magic-query
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 5 commits
  • 15 files changed
  • 5 contributors

Commits on Jan 12, 2023

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

Commits on Jun 8, 2024

  1. deps: Test on dbal v3 (#87)

    - Updates dev deps
    - Fixes coverage in ci
    - Migrate phpunit config to newer schema
    - Ignore unmatched errors in phpstan
    - Adds asserts to fix phpstan errors
    - Fixes methods accessing dbal v3
    - Use mysql80/postgressql10 platforms
    aszenz authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    37cf04d View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2025

  1. Configuration menu
    Copy the full SHA
    a4e2c54 View commit details
    Browse the repository at this point in the history
  2. Add support for UNION ALL and UNION DISTINCT (#89)

    The code now supports UNION ALL and UNION DISTINCT statements in addition to the standard UNION. The MagicQueryTest.php file has been updated with added test cases to reflect these changes. Union.php and StatementFactory.php were modified to handle the additional logic required for the new union types.
    Zheness authored and homersimpsons committed Jun 6, 2025
    Configuration menu
    Copy the full SHA
    b813bec View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2025

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