base repository: doctrine/orm
base: 3.1.1
head repository: doctrine/orm
Uh oh!
There was an error while loading. Please reload this page.
compare: 3.1.2
- 18 commits
- 23 files changed
- 7 contributors
Commits on Mar 17, 2024
[Documentation] Query Result Formats
Page: https://www.doctrine-project.org/projects/doctrine-orm/en/2.19/reference/dql-doctrine-query-language.html#query-result-formats Follow-up of #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.
ThomasLandauer authoredMar 17, 2024 Adding
NonUniqueResultException
ThomasLandauer authoredMar 17, 2024
Commits on Mar 21, 2024
Update dql-doctrine-query-language.rst
ThomasLandauer authoredMar 21, 2024
Commits on Mar 22, 2024
Fix psalm errors: remove override of template type
See doctrine/collections#368 for the same issue in doctrine/collections which has been fixed there. The issue happens when using ->contains(). Running psalm emits > InvalidArgument - Argument 1 of Doctrine\ORM\PersistentCollection::contains > expects > TMaybeContained:fn-doctrine\common\collections\readablecollection::contains > as mixed, but … provided. Solution: we should either not define @template TMaybeContained or re-define the complete psalm docblock from ReadableCollection. Repairing the docblock necessitates an update to the psalm baseline: one "known issue" is no longer an issue and thus removed.
tantegerda1 committedMar 22, 2024
Commits on Mar 23, 2024
Merge pull request #11372 from ThomasLandauer/-12
[Documentation] Query Result Formats
greg0ire authoredMar 23, 2024 Merge pull request #11389 from tantegerda1/2.19.x
Fix psalm errors: remove override of template type
greg0ire authoredMar 23, 2024 SchemaValidator: Changing mapping of BIGINT to string|int
ThomasLandauer committedMar 23, 2024
Commits on Mar 27, 2024
[Documentation] Merging "Query Result Formats" with "Hydration Modes"
Page: https://www.doctrine-project.org/projects/doctrine-orm/en/2.19/reference/dql-doctrine-query-language.html#query-result-formats As announced in #11372 (comment), I merged the (mostly) identical sections. * I changed the `const`s from `Query` to `AbstractQuery` * I deleted this - mainly cause I didn't find a nice place for it: > In parentheses are the constants of the ``Query`` class which you can use with the general-purpose method ``Query::execute(array $params = [], $hydrationMode = Query::HYDRATE_OBJECT)``.
ThomasLandauer committedMar 27, 2024
Commits on Mar 28, 2024
Merge pull request #11403 from ThomasLandauer/-10
[Documentation] Merging "Query Result Formats" with "Hydration Modes"
greg0ire authoredMar 28, 2024 Merge pull request #11399 from ThomasLandauer/issue-11377
SchemaValidator: Changing mapping of BIGINT to string|int
greg0ire authoredMar 28, 2024
Commits on Apr 1, 2024
Fix templated phpdoc return type (#11407)
* Improve getClassMetadata phpdoc * Update baseline
VincentLanglet authoredApr 1, 2024
Commits on Apr 3, 2024
Fix fromMappingArray definition
VincentLanglet committedApr 3, 2024 Merge pull request #11408 from VincentLanglet/fix/fromMappingArray
Fix fromMappingArray definition
greg0ire authoredApr 3, 2024
Commits on Apr 15, 2024
docs: update PHP version in doc
Nayte91 committedApr 15, 2024 Merge pull request #11413 from Nayte91/doc/php-version
docs: update PHP version in doc
greg0ire authoredApr 15, 2024 Fix BIGINT validation (#11414)
derrabus authoredApr 15, 2024 Revert "Merge pull request #11399 from ThomasLandauer/issue-11377" (#…
derrabus authoredApr 15, 2024 Merge branch '2.19.x' into 3.1.x
* 2.19.x: Fix BIGINT validation (#11414) Fix templated phpdoc return type (#11407) [Documentation] Merging "Query Result Formats" with "Hydration Modes" Fix psalm errors: remove override of template type Update dql-doctrine-query-language.rst Adding `NonUniqueResultException` [Documentation] Query Result Formats
derrabus committedApr 15, 2024
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff 3.1.1...3.1.2
Uh oh!
There was an error while loading. Please reload this page.