Tags: galdiolo/orm
Tags
### Release Notes for [3.3.3](https://github.com/doctrine/orm/milesto… …ne/176) 3.3.x bugfix release (patch) ### 3.3.3 - Total issues resolved: **0** - Total pull requests resolved: **16** - Total contributors: **5** #### Improvement - [11924: prefer primary key constraints over Index::isPrimary()](doctrine#11924) thanks to @xabbuh - [11914: do not use deprecated index features](doctrine#11914) thanks to @xabbuh - [11912: &doctrine#91;doctrine#6823&doctrine#93; pass unquoted identifier folding to AbstractPlatform](doctrine#11912) thanks to @xabbuh - [11911: disable detecting modified indexes with DBAL 4.3](doctrine#11911) thanks to @xabbuh - [11908: use the platform to quote table names](doctrine#11908) thanks to @xabbuh - [11907: do not use deprecated foreign key constraint features](doctrine#11907) thanks to @xabbuh - [11906: no longer use Table::columnsAreIndexed()](doctrine#11906) thanks to @xabbuh - [11903: do not use deprecated primary key constraint features](doctrine#11903) thanks to @xabbuh - [11900: replace Index::overrules() with custom checks](doctrine#11900) thanks to @xabbuh - [11882: favor Table::addPrimaryKeyConstraint() over Table::setPrimaryKey()](doctrine#11882) thanks to @xabbuh #### Documentation - [11919: Update composite-primary-keys.rst](doctrine#11919) thanks to @WinterSilence - [11905: &doctrine#91;DOC&doctrine#93;: fix setFileExtension() xml mapping documentation](doctrine#11905) thanks to @rela589n - [11883: adapt assertions for new consistent PRIMARY KEY formatting](doctrine#11883) thanks to @xabbuh - [11837: Restore logic exception](doctrine#11837) thanks to @greg0ire CI -- - [11877: Iso phpunit config](doctrine#11877) thanks to @greg0ire #### Bug - [11825: FIX - nested dto's doesn't have arguments in good order and Dto with only objects bug](doctrine#11825) thanks to @eltharin
### Release Notes for [2.20.3](https://github.com/doctrine/orm/milest… …one/175) 2.20.x bugfix release (patch) ### 2.20.3 - Total issues resolved: **0** - Total pull requests resolved: **13** - Total contributors: **12** #### Bug - [11917: Fix the initialization of lazy-ghost proxies with postLoad listeners](doctrine#11917) thanks to @stof - [11826: Clone query hints and parameters in `LimitSubqueryOutputWalker` constructor](doctrine#11826) thanks to @aprat84 - [11707: &doctrine#91;DDC-551&doctrine#93; fix, add filter support in oneToOne relation 2.20.x](doctrine#11707) thanks to @jorenMartens #### Documentation - [11894: Fix URL's in xml-mapping.rst](doctrine#11894) thanks to @DavidPetrasek - [11891: Add more detailed caveats for using the Collection filtering API](doctrine#11891) thanks to @mpdude - [11889: Fix docs typo (nulable -> nullable)](doctrine#11889) thanks to @rixafy - [11885: Avoid triple stars](doctrine#11885) thanks to @greg0ire - [11833: Fix DQL example with composite key](doctrine#11833) thanks to @HypeMC - [11832: UPGRADE.md: fix typo](doctrine#11832) thanks to @gharlan #### Code Style - [11881: Upgrade to doctrine/coding-standard 13](doctrine#11881) thanks to @greg0ire #### Test Suite - [11866: Fix non-deterministic test](doctrine#11866) thanks to @mbeccati CI -- - [11863: Bump doctrine/.github from 7.2.1 to 7.2.2](doctrine#11863) thanks to @dependabot[bot] #### Improvement - [11845: Update message of `ORMInvalidArgumentException`](doctrine#11845) thanks to @lacatoire
### Release Notes for [3.3.2](https://github.com/doctrine/orm/milesto… …ne/174) 3.3.x bugfix release (patch) ### 3.3.2 - Total issues resolved: **0** - Total pull requests resolved: **3** - Total contributors: **2** #### Improvement - [11811: Address quoteIdentifier() deprecation](doctrine#11811) thanks to @greg0ire #### Test Suite - [11807: Display Doctrine deprecations when running PHPUnit](doctrine#11807) thanks to @greg0ire #### Documentation - [11791: UPGRADE: Document QueryBuilder::setParameters() Type enforcement](doctrine#11791) thanks to @jonnyeom
### Release Notes for [2.20.2](https://github.com/doctrine/orm/milest… …one/173) 2.20.x bugfix release (patch) ### 2.20.2 - Total issues resolved: **0** - Total pull requests resolved: **4** - Total contributors: **3** #### Bug - [11799: Fix invalid enum value in array of enums](doctrine#11799) thanks to @HypeMC - [11792: 11783 failure with indexed relation](doctrine#11792) thanks to @dbannik - [11769: Fix fields of transient classes being considered duplicate with `reportFieldsWhereDeclared`](doctrine#11769) thanks to @HypeMC #### Static Analysis - [11793: Ignore deprecations from doctrine/common](doctrine#11793) thanks to @greg0ire
### Release Notes for [3.3.1](https://github.com/doctrine/orm/milesto… …ne/171) ### 3.3.1 - Total issues resolved: **0** - Total pull requests resolved: **9** - Total contributors: **5** #### Improvement - [11725: Use properties over array keys](doctrine#11725) thanks to @greg0ire #### Documentation - [11693: UPGRADE: mention `SqlWalker` deprecations in 3.3](doctrine#11693) thanks to @janedbal - [11685: Remove YAML doc example](doctrine#11685) thanks to @greg0ire - [11672: Update branch metadata](doctrine#11672) thanks to @greg0ire - [11344: Change the lock mode in the "Aggregate Fields" cookbook (aggregate-fields.rst) article.](doctrine#11344) thanks to @d-ph CI -- - [11681: Tell dependabot to target 2.20.x](doctrine#11681) thanks to @derrabus - [11678: Close stale pull requests](doctrine#11678) thanks to @derrabus #### Test Suite - [11674: Drop DBAL 2 compat code](doctrine#11674) thanks to @derrabus #### Bug - [11549: Allow overriding association's cascade](doctrine#11549) thanks to @malarzm
### Release Notes for [2.20.1](https://github.com/doctrine/orm/milest… …one/168) 2.20.x bugfix release (patch) ### 2.20.1 - Total issues resolved: **0** - Total pull requests resolved: **24** - Total contributors: **14** #### Documentation - [11770: Fix docs examples for mappings overrides](doctrine#11770) thanks to @HypeMC - [11716: Add `isEmpty()` method to the Extra Lazy Associations tutorial](doctrine#11716) thanks to @acasademont - [11709: Fix `Events::onFlush` and `PostFlush()` documentation: events are always raised](doctrine#11709) thanks to @lyrixx - [11673: Update README](doctrine#11673) thanks to @greg0ire - [11667: Experiment with literalinclude](doctrine#11667) thanks to @greg0ire - [11613: Add missing generated option to documentation](doctrine#11613) thanks to @alexander-schranz #### Bug - [11768: Check hint value before considering instance read-only](doctrine#11768) thanks to @pbreteche - [11694: BUG: When changing SQLFilter parameter, resulting SQL query is not generated correctly](doctrine#11694) thanks to @dbannik - [10065: Lazy and eager collection refresh inconsistency](doctrine#10065) thanks to @goetas #### Test Suite - [11757: Order result](doctrine#11757) thanks to @greg0ire - [11676: Fix PHPUnit deprecations](doctrine#11676) thanks to @derrabus #### Static Analysis - [11756: Upgrade to PHPStan 2](doctrine#11756) thanks to @greg0ire - [11732: Raise PHPStan level to 7](doctrine#11732) thanks to @greg0ire - [11719: Ignore deprecation about StaticReflectionService](doctrine#11719) thanks to @greg0ire - [11677: Psalm 5.26.1](doctrine#11677) thanks to @derrabus CI -- - [11753: Run static analysis checks on PHP 8.4](doctrine#11753) thanks to @greg0ire - [11743: Bump doctrine/.github from 5.3.0 to 6.0.0](doctrine#11743) thanks to @dependabot[bot] - [11704: Drop Psalm](doctrine#11704) thanks to @beberlei - [11697: Run tests against PostgreSQL 17](doctrine#11697) thanks to @IndraGunawan - [11680: Bump doctrine/.github from 5.1.0 to 5.2.0](doctrine#11680) thanks to @dependabot[bot] - [11671: Bump doctrine/.github from 5.1.0 to 5.2.0](doctrine#11671) thanks to @dependabot[bot] - [11736: Avoid coverage upload for merge up pull requests](doctrine#11736) thanks to @greg0ire #### Documentation,Stale - [11556: &doctrine#91;Docs&doctrine#93; unitofwork.rst: php => PHP](doctrine#11556) thanks to @k00ni #### Bug,Stale - [11453: Allow classname in 'value' attribute of xml discriminator-mapping field](doctrine#11453) thanks to @MatteoFeltrin
### Release Notes for [3.3.0](https://github.com/doctrine/orm/milesto… …ne/163) Feature release (minor) ### 3.3.0 - Total issues resolved: **0** - Total pull requests resolved: **12** - Total contributors: **8** #### New Feature - [11666: Auto-detect values for EnumType columns](doctrine#11666) thanks to @derrabus - [11576: Add support for using nested DTOs](doctrine#11576) thanks to @eltharin - [11575: Allow named Arguments to be passed to Dto](doctrine#11575) thanks to @eltharin - [11528: Add `createNamedParameter` to `QueryBuilder`](doctrine#11528) thanks to @norkunas #### Improvement - [11657: Support for DBAL 4.2 EnumType in SchemaTool](doctrine#11657) thanks to @beberlei - [11560: Remove unused $pkColumns when gathering columns](doctrine#11560) thanks to @smoothie - [11557: Make CountWalker use COUNT(*) when $distinct is explicitly set to false (doctrine#11552)](doctrine#11557) thanks to @d-ph - [11365: Reintroduce PARTIAL, but only for non-object hydration.](doctrine#11365) thanks to @beberlei - [11653: &doctrine#91;doctrineGH-8471&doctrine#93; Undeprecate PARTIAL for objects in DQL](doctrine#11653) thanks to @beberlei #### Documentation - [11619: add nested new in EBNF documentation](doctrine#11619) thanks to @eltharin #### Static Analysis - [11579: Precise EntityRepository::count return type](doctrine#11579) thanks to @VincentLanglet #### Deprecation - [11512: Deprecate DatabaseDriver](doctrine#11512) thanks to @greg0ire
### Release Notes for [3.2.3](https://github.com/doctrine/orm/milesto… …ne/167) 3.2.x bugfix release (patch) ### 3.2.3 - Total issues resolved: **0** - Total pull requests resolved: **2** - Total contributors: **2** - [11614: Guides as dev dependency](doctrine#11614) thanks to @greg0ire #### Test Suite - [11592: Fix compatibility with DBAL 4.2](doctrine#11592) thanks to @derrabus
### Release Notes for [2.20.0](https://github.com/doctrine/orm/milest… …one/151) ### 2.20.0 - Total issues resolved: **0** - Total pull requests resolved: **13** - Total contributors: **6** #### Test Suite - [11660: test: cover all transactional methods in `EntityManagerTest::testItPreservesTheOriginalExceptionOnRollbackFailure()`](doctrine#11660) thanks to @simPod #### Improvement - [11647: &doctrine#91;doctrineGH-8471&doctrine#93; undeprecate partials completly](doctrine#11647) thanks to @beberlei - [11628: Prepare PHP 8.4 support: Prevent property hooks from being used](doctrine#11628) thanks to @beberlei - [11366: Undeprecate PARTIAL for array hydration.](doctrine#11366) thanks to @beberlei - [11188: Fix different first/max result values taking up query cache space ](doctrine#11188) thanks to @mpdude #### Static Analysis - [11643: Remove vendor prefix of PHPDoc referencing class-string](doctrine#11643) thanks to @derrabus - [11639: Let PHPStan detect deprecated usages](doctrine#11639) thanks to @derrabus #### Deprecation - [11641: Deprecate the `\Doctrine\ORM\Query\Parser::setCustomOutputTreeWalker()` method](doctrine#11641) thanks to @mpdude #### Documentation - [11640: Stop recommending vendor-prefixed PHPDoc](doctrine#11640) thanks to @derrabus - [11636: Add upgrade note about property hooks](doctrine#11636) thanks to @greg0ire - [11504: Fix upgrade guide for 2.20](doctrine#11504) thanks to @derrabus CI -- - [11631: Add CI job for PHP 8.4](doctrine#11631) thanks to @greg0ire #### Bug - [11621: EntityGenerator lifecycle callbacks](doctrine#11621) thanks to @timum-viw
### Release Notes for [2.19.8](https://github.com/doctrine/orm/milest… …one/166) 2.19.x bugfix release (patch) ### 2.19.8 - Total issues resolved: **0** - Total pull requests resolved: **10** - Total contributors: **5** - [11655: Submodule cleanup](doctrine#11655) thanks to @greg0ire #### Bug - [11646: Run risky code in finally block](doctrine#11646) thanks to @greg0ire - [11625: Make nullable parameters explicit in generated entities](doctrine#11625) thanks to @derrabus #### Documentation - [11644: Remove a misleading comment](doctrine#11644) thanks to @mpdude - [11618: unclosed `&doctrine#93;` in attributes-reference.rst](doctrine#11618) thanks to @n0099 - [11615: Move orphan metadata to where it belongs](doctrine#11615) thanks to @greg0ire #### Static Analysis - [11635: PHPStan 1.12.6](doctrine#11635) thanks to @derrabus - [11585: PHPStan 1.12](doctrine#11585) thanks to @derrabus #### CI,Documentation - [11627: Replace custom directives with native option](doctrine#11627) thanks to @greg0ire CI -- - [11616: Bump doctrine/.github from 5.0.1 to 5.1.0](doctrine#11616) thanks to @dependabot[bot]
PreviousNext