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: mikro-orm/mikro-orm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.8.8
Choose a base ref
...
head repository: mikro-orm/mikro-orm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.8.9
Choose a head ref
  • 7 commits
  • 44 files changed
  • 2 contributors

Commits on Oct 11, 2023

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

Commits on Oct 12, 2023

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

Commits on Oct 15, 2023

  1. fix(query-builder): merge raw join results in qb.execute() (#4825)

    Previously, the `qb.execute()` method returned cartesian product when
    joining to-many relations. Now the results will be automatically merged,
    as if you would map the results via `qb.getResult()`.
    
    Closes #4816
    Related #4741
    B4nan authored Oct 15, 2023
    Configuration menu
    Copy the full SHA
    5a28e9b View commit details
    Browse the repository at this point in the history
  2. fix(schema): skip changes of enum items on enum arrays

    They are not enforced on schema level, so it does not make sense to compare the items.
    
    Related #476
    B4nan committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    9accdf6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92e1d6f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    015d4f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bbf5c49 View commit details
    Browse the repository at this point in the history
Loading