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

Dependabot composer #12

Merged
merged 96 commits into from
Jun 2, 2024
Merged

Dependabot composer #12

merged 96 commits into from
Jun 2, 2024

Conversation

greg0ire
Copy link
Owner

@greg0ire greg0ire commented Jun 2, 2024

No description provided.

Mark Schmale and others added 30 commits February 22, 2024 10:58
After 2.17 (some?) EAGER fetched OneToMany associations stopped working, if they have multiple join columns. Loads for these associations will trigger a `MessingPositionalParameter` exception "Positional parameter at index 1 does not have a bound value".

This test case should reproduce this issue, so it can be fixed.
It is deprecated.
Page: https://www.doctrine-project.org/projects/doctrine-orm/en/2.19/reference/dql-doctrine-query-language.html#query-result-formats

Follow-up of doctrine#11359

The table I suggested is probably not working, since the text for each method is too long. And what I really wanted is to make it more *scanable*. So I tried boldfacing - if this doesn't work, I'll try something else.

Questions:

1. This section here is basically the same as https://www.doctrine-project.org/projects/doctrine-orm/en/2.10/reference/dql-doctrine-query-language.html#hydration-modes ! So I'll try to merge them (in another PR), OK? I think the list is a better format (more scanable) - since those methods all work the same, there's no need for a full-blown code sample for each, IMO.

2. `getSingleColumnResult()` is missing.
Minor code style fix in AbstractRemoteControl
Some of it seems related to the previous documentation build system,
some of it seems related to IntelliJ.
…-composite-key-eager-fetch-one

Do not use batch loading for collections with composite identifier
…octrine#11376)

* Improve lazy ghost performance by avoiding self-referencing closure.

Co-authored-by: Nicolas Grekas <[email protected]>

* update baselien

---------

Co-authored-by: Nicolas Grekas <[email protected]>
To reduce Algolia operations and indexes older versions get removed
Fixed proxy initialization for EnumReflectionProperty
* 2.19.x:
  Set column length explicitly (doctrine#11393)
  Add missing import
  Remove unused variable (doctrine#11391)
  [Documentation] Removing "Doctrine Mapping Types" ... (doctrine#11384)
  [doctrineGH-11185] Bugfix: do not use collection batch loading for indexBy assocations. (doctrine#11380)
  Improve lazy ghost performance by avoiding self-referencing closure. (doctrine#11376)
greg0ire and others added 29 commits May 5, 2024 22:43
Bumps [doctrine/.github](https://github.com/doctrine/.github) from 3.0.0 to 5.0.1.
- [Release notes](https://github.com/doctrine/.github/releases)
- [Commits](doctrine/.github@3.0.0...5.0.1)

---
updated-dependencies:
- dependency-name: doctrine/.github
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
…ions/2.19.x/doctrine/dot-github-5.0.1

Bump doctrine/.github from 3.0.0 to 5.0.1
Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 2 to 3.
- [Release notes](https://github.com/ramsey/composer-install/releases)
- [Commits](ramsey/composer-install@v2...v3)

---
updated-dependencies:
- dependency-name: ramsey/composer-install
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This fixes a bug that occurred when configuring integers as discriminator values. Doctrine throws a type error whenever the application generates queries.
…minatorValue

Discriminator value could be an integer
This fixes a bug that occurred when configuring integers as discriminator values and using DQL instanceOf function in the queries. Doctrine throws a type error whenever the application generates these queries.
…rInInstanceOf

Using an integer as discriminator value with ORM v3
* 2.19.x:
  Bump ramsey/composer-install from 2 to 3 (doctrine#11442)
  Bump doctrine/.github from 3.0.0 to 5.0.1
  Upgrade codecov/codecov-action
* 3.1.x:
  Using an integer as discriminator value with ORM v3
  Using an integer as discriminator value with ORM v3
  Bump ramsey/composer-install from 2 to 3 (doctrine#11442)
  Use ramsey/composer-install in PHPBench workflow (doctrine#11444)
  Bump doctrine/.github from 3.0.0 to 5.0.1
  Upgrade codecov/codecov-action
  Setup Dependabot
* 2.19.x:
  Test with actual lock modes (doctrine#11465)
  Backport test for Query::setLockMode() (doctrine#11463)
* 3.1.x:
  Fix failed merge (doctrine#11464)
  Test with actual lock modes (doctrine#11465)
  Backport test for Query::setLockMode() (doctrine#11463)
  Fix return type of Query::getLockMode() (doctrine#11462)
* 2.19.x:
  Psalm 5.24.0 (doctrine#11467)
  PHPStan 1.11.1 (doctrine#11466)
* 3.1.x:
  Psalm 5.24.0 (doctrine#11467)
  PHPStan 1.11.1 (doctrine#11466)
Remove readonly modifier from EntityManager
If this turns out to work well, we might consider pinning more
dependencies (typically, PHPUnit).
@greg0ire greg0ire merged commit 4f76d19 into 3.2.x Jun 2, 2024
22 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.