forked from doctrine/orm
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Avoid array access
Merge 3.1.x up into 3.2.x
Avoid another occurrence of ArrayAccess
Merge 3.1.x up into 3.2.x
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
Merge 2.19.x up into 3.1.x
…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]>
…dexBy assocations. (doctrine#11380)
... in favor of https://www.doctrine-project.org/projects/doctrine-dbal/en/3.8/reference/types.html#reference Page: https://www.doctrine-project.org/projects/doctrine-orm/en/2.19/reference/basic-mapping.html#doctrine-mapping-types As announced in doctrine/dbal#6336 (comment) , the goal is to remove this duplicated type information from ORM and replace it with a link to DBAL. In doctrine/dbal#6341 , I'm adding any detail which I'm deleting here to the DBAL.
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)
Upgrade codecov/codecov-action
Setup Dependabot
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
It will handle caching for us.
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).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.