Update dependency doctrine/orm to v3.3.3
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
doctrine/orm (source) | require | patch |
3.3.2 -> 3.3.3
|
Release Notes
doctrine/orm (doctrine/orm)
v3.3.3
3.3.3
Release Notes for3.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() thanks to @xabbuh
- 11914: do not use deprecated index features thanks to @xabbuh
- 11912: [#6823] pass unquoted identifier folding to AbstractPlatform thanks to @xabbuh
- 11911: disable detecting modified indexes with DBAL 4.3 thanks to @xabbuh
- 11908: use the platform to quote table names thanks to @xabbuh
- 11907: do not use deprecated foreign key constraint features thanks to @xabbuh
- 11906: no longer use Table::columnsAreIndexed() thanks to @xabbuh
- 11903: do not use deprecated primary key constraint features thanks to @xabbuh
- 11900: replace Index::overrules() with custom checks thanks to @xabbuh
- 11882: favor Table::addPrimaryKeyConstraint() over Table::setPrimaryKey() thanks to @xabbuh
Bugfixes
- 11825: FIX - nested dto's doesn't have arguments in good order and Dto with only objects bug thanks to @eltharin
Documentation
-
11919: Update composite-primary-keys.rst thanks to @WinterSilence
-
11905: [DOC]: fix setFileExtension() xml mapping documentation thanks to @rela589n
-
11883: adapt assertions for new consistent PRIMARY KEY formatting thanks to @xabbuh
-
11837: Restore logic exception thanks to @greg0ire
CI
- 11877: Iso phpunit config thanks to @greg0ire
This release contains the changes from https://github.com/doctrine/orm/releases/tag/2.20.3
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.