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 release 2.19.5 into 2.20.x #11432

Merged
merged 14 commits into from
Apr 30, 2024
Merged

Commits on Apr 22, 2024

  1. fix(docs): typo

    tyteen4a03 authored and greg0ire committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    90376a6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11420 from tyteen4a03/patch-1

    fix(docs): typo
    greg0ire committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    bdc41e2 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Respect orderBy for EAGER fetch mode

    EAGER fetch mode ignores orderBy as of changes introduced with #8391
    
    Fixes #11163
    Fixes #11381
    tomr3 authored and greg0ire committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    fb45784 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11422 from tomasz-ryba/bugfix/fetch-eager-order-by

    Bugfix: respect orderBy for fetch EAGER mode
    greg0ire committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    306963f View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. fix: always cleanup in AbstractHydrator::toIterable() (#11101)

    Previously it didn't cleanup anything as long as the iteration hasn't reached the final row.
    
    Co-authored-by: Oleg Andreyev <oleg.andreyev@lampa.lv>
    simPod and oleg-andreyev committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    cbec236 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Update association-mapping.rst

    Changed capitalized column names to lowercase for consistency. Other occurances of column names mentioned as lowercase several times at this same page.
    nasimic authored and greg0ire committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    7d3b3f2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11426 from nasimic/patch-1

    Update association-mapping.rst
    greg0ire committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    2b81a8e View commit details
    Browse the repository at this point in the history
  3. Keep entities in identity map until the scheduled deletions are execu…

    …ted.
    
    If the entity gets reloaded from database before the deletions are
    executed UnitOfWork needs to be able to return the original instance in
    REMOVED state.
    xificurk committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    bb36d49 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Remove unused test group

    SenseException authored and greg0ire committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    4e335f4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11428 from xificurk/keep-removed-entity-in-identi…

    …ty-map
    
    Prevent creation of new MANAGED entity instance by reloading REMOVED entity from database
    greg0ire committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    8d34460 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #11429 from SenseException/unused-test-group

    Remove unused test group
    greg0ire committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    c973a62 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Fix deprecation layer

    W0rma committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    c363f55 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    ad5c8e4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11430 from W0rma/fix-deprecation-layer-orm-exception

    Fix deprecation layer of Doctrine\ORM\ORMException
    greg0ire committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    94986af View commit details
    Browse the repository at this point in the history