base repository: doctrine/orm
base: 3.1.4
head repository: doctrine/orm
Uh oh!
There was an error while loading. Please reload this page.
compare: 3.2.0
- 17 commits
- 8 files changed
- 4 contributors
Commits on Mar 14, 2024
Deprecate --complete option of orm:schema-tool:update
It achieves nothing anymore.
greg0ire committedMar 14, 2024 Configuration menu Copy the full SHA View commit details Browse the repository at this point in the history
Commits on Mar 15, 2024
Merge pull request #11354 from greg0ire/depr--complete
Deprecate --complete option of orm:schema-tool:update
greg0ire authoredMar 15, 2024 Deprecate obsolete and unnecessary properties from Table attribute (#…
…11351) The properties `indexes` and `uniqueConstraints` were used by the `AnnotationDriver` but were never implemented for the `AttributeDriver`. Since the `AnnotationDriver` doesn't exist anymore these can become deprecated and will then be removed afterwards.
DaDeather committedMar 15, 2024
Commits on Mar 16, 2024
Merge pull request #11364 from doctrine/3.1.x
Merge 3.1.x up into 3.2.x
greg0ire authoredMar 16, 2024 Merge pull request #11357 from DaDeather/11351-add-deprecation-for-ob…
…solete-indexes-and-unique-constraint-properties-of-table-attribute Deprecate obsolete and unnecessary properties from Table attribute (#11351)
greg0ire authoredMar 16, 2024 Configuration menu Copy the full SHA View commit details Browse the repository at this point in the history
Commits on Mar 17, 2024
Merge pull request #11369 from doctrine/3.1.x
Merge 3.1.x up into 3.2.x
greg0ire authoredMar 17, 2024 Merge pull request #11371 from doctrine/3.1.x
Merge 3.1.x up into 3.2.x
greg0ire authoredMar 17, 2024
Commits on Mar 21, 2024
Merge branch '3.1.x' into 3.2.x
* 3.1.x: Adjust PHPBench mocks Set column length explicitly (#11393) Add missing import Remove unused variable (#11391) Fixed proxy initialization for EnumReflectionProperty Remove older versions from the docs (#11383) [Documentation] Removing "Doctrine Mapping Types" ... (#11384) [GH-11185] Bugfix: do not use collection batch loading for indexBy assocations. (#11380) Improve lazy ghost performance by avoiding self-referencing closure. (#11376) Remove outdated git metadata files (#11362) Switch join columns around, otherwise index doesnt match Key on fk Fix entities and mapping. Minor code style fix in AbstractRemoteControl Do not schedule batch loading for target classes with composite identifier. Cleanup tests not to use model sets. provides a test case for issue 11154
derrabus committedMar 21, 2024 Configuration menu Copy the full SHA View commit details Browse the repository at this point in the history
Commits on Apr 15, 2024
Merge branch '3.1.x' into 3.2.x
* 3.1.x: Revert "Merge pull request #11399 from ThomasLandauer/issue-11377" (#11415) Fix BIGINT validation (#11414) docs: update PHP version in doc Fix fromMappingArray definition Fix templated phpdoc return type (#11407) [Documentation] Merging "Query Result Formats" with "Hydration Modes" SchemaValidator: Changing mapping of BIGINT to string|int Fix psalm errors: remove override of template type Update dql-doctrine-query-language.rst Adding `NonUniqueResultException` [Documentation] Query Result Formats
derrabus committedApr 15, 2024
Commits on Apr 30, 2024
Merge pull request #11434 from doctrine/3.1.x-merge-up-into-3.2.x_sjL…
…AVzN7 Merge release 3.1.3 into 3.2.x
greg0ire authoredApr 30, 2024
Commits on May 21, 2024
Merge branch '3.1.x' into 3.2.x
* 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 (#11442) Use ramsey/composer-install in PHPBench workflow (#11444) Bump doctrine/. from 3.0.0 to 5.0.1 Upgrade codecov/codecov-action Setup Dependabot
Configuration menu Copy the full SHA View commit details Browse the repository at this point in the history
Commits on May 22, 2024
Commits on May 23, 2024
Configuration menu Copy the full SHA View commit details Browse the repository at this point in the history Merge pull request #11472 from nicolas-grekas/no-readonly
Remove readonly modifier from EntityManager
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.4...3.2.0
Uh oh!
There was an error while loading. Please reload this page.