2.19.7
版本发布时间: 2024-08-23 18:29:13
doctrine/orm最新发布版本:3.2.2(2024-08-23 18:30:51)
Release Notes for 2.19.7
2.19.x bugfix release (patch)
2.19.7
- Total issues resolved: 0
- Total pull requests resolved: 4
- Total contributors: 4
Bugfixes
- 11564: GH11551 - fix OneToManyPersister::deleteEntityCollection case where single-inheritence table parent entity is targetEntity. thanks to @gitbugr
- 11543: Fix the support for custom parameter types in native queries thanks to @stof
- 11109: Original entity data resolves inverse 1-1 joins thanks to @mcurland
Documentation
- 11534: working-with-objects.rst: added missing white space thanks to @k00ni