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 2.19.x into 3.2.x #11507

Merged
merged 17 commits into from
Jun 19, 2024
Merged

Merge 2.19.x into 3.2.x #11507

merged 17 commits into from
Jun 19, 2024

Commits on May 25, 2024

  1. Consider usage of setFetchMode when checking for simultaneous usage o…

    …f fetch-mode EAGER and WITH condition.
    
    This fixes a bug that arises when an entity relation is mapped with
    fetch-mode EAGER but setFetchMode LAZY (or anything that is not EAGER)
    has been used on the query. If the query use WITH condition, an
    exception is incorrectly raised (Associations with fetch-mode=EAGER may
    not be using WITH conditions).
    
    Fixes doctrine#11128
    
    Co-Authored-By: Albert Prat <albert.prat@interactiu.cat>
    2 people authored and greg0ire committed May 25, 2024
    Configuration menu
    Copy the full SHA
    9696c34 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Fix cloning entities

    nicolas-grekas committed May 27, 2024
    Configuration menu
    Copy the full SHA
    75bc229 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. update EntityManager#transactional to EntityManager#wrapInTransaction

    One has been deprecated in favor of the other.
    IndraGunawan authored and greg0ire committed May 28, 2024
    Configuration menu
    Copy the full SHA
    93c2dd9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request doctrine#11460 from IndraGunawan/update-transactio…

    …nal-doc
    
    docs: update EntityManager#transactional to EntityManager#wrapInTransaction
    greg0ire committed May 28, 2024
    Configuration menu
    Copy the full SHA
    4a01a76 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Merge pull request doctrine#11445 from aprat84/doctrinegh-11128

    Consider usage of setFetchMode when checking for simultaneous usage of fetch-mode EAGER and WITH condition
    greg0ire committed May 30, 2024
    Configuration menu
    Copy the full SHA
    e063926 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. Merge pull request doctrine#11475 from nicolas-grekas/fix-clone

    Fix cloning entities
    greg0ire committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    23b35e9 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. Use ramsey/composer-install in PHPBench workflow

    It will handle caching for us.
    greg0ire committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    06eca40 View commit details
    Browse the repository at this point in the history
  2. Merge pull request doctrine#11484 from greg0ire/backport-ramsey

    Use ramsey/composer-install in PHPBench workflow
    greg0ire committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    3a7d7c9 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

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

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    87a8ee2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request doctrine#11493 from SamMousa/fix-docs-11492

    fix(docs): use string value in `addAttribute`
    greg0ire committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    bdc9679 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. ci: maintained and stable mariadb version (11.4 current lts) (doctrin…

    …e#11490)
    
    Also use MARIADB env names and the healthcheck.sh included in the container.
    grooverdan committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    39153fd View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    3b49913 View commit details
    Browse the repository at this point in the history
  2. Merge pull request doctrine#11194 from noemi-salaun/fix/gh10889

    Skip joined entity creation for empty relation (doctrine#10889)
    greg0ire committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    858a1ad View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

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

Commits on Jun 17, 2024

  1. Merge pull request doctrine#11501 from gitbugr/2.19.x

    Fix OneToManyPersister::deleteEntityCollection missing discriminator column/value. (doctrineGH-11500)
    greg0ire committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    cc2ad19 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Merge branch '2.19.x' into 3.2.x

    * 2.19.x:
      Fix OneToManyPersister::deleteEntityCollection missing discriminator column/value. (doctrineGH-11500)
      Skip joined entity creation for empty relation (doctrine#10889)
      ci: maintained and stable mariadb version (11.4 current lts) (doctrine#11490)
      fix(docs): use string value in `addAttribute`
      Replace assertion with exception (doctrine#11489)
      Use ramsey/composer-install in PHPBench workflow
      update EntityManager#transactional to EntityManager#wrapInTransaction
      Fix cloning entities
      Consider usage of setFetchMode when checking for simultaneous usage of fetch-mode EAGER and WITH condition.
    derrabus committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    41cb5fb View commit details
    Browse the repository at this point in the history