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

Conversation

derrabus
Copy link
Member

No description provided.

lo-alixmauro and others added 17 commits May 25, 2024 14:22
…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>
One has been deprecated in favor of the other.
…nal-doc

docs: update EntityManager#transactional to EntityManager#wrapInTransaction
Consider usage of setFetchMode when checking for simultaneous usage of fetch-mode EAGER and WITH condition
Use ramsey/composer-install in PHPBench workflow
fix(docs): use string value in `addAttribute`
…e#11490)

Also use MARIADB env names and the healthcheck.sh included in the container.
Skip joined entity creation for empty relation (doctrine#10889)
Fix OneToManyPersister::deleteEntityCollection missing discriminator column/value. (doctrineGH-11500)
* 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 derrabus merged commit 41cb5fb into doctrine:3.2.x Jun 19, 2024
65 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

9 participants