mirror of
https://github.com/doctrine/orm.git
synced 2026-04-29 17:33:15 +02:00
[PR #157] [CLOSED] Collapsed cascade elements, if cascade-all #7785
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/doctrine/orm/pull/157
Author: @goetas
Created: 10/18/2011
Status: ❌ Closed
Base:
master← Head:cascadeattr📝 Commits (8)
d314386we can (now) transform it into IS NULL5fc6277Oops, shouldn't have removed the condition completely... checking a parameter is provided2e389e0Removed blank line, used empty() instead of the count() checkfea8550Merge remote-tracking branch 'doctrine/master' into shesek-patch-191bc9c0Adjusted test to verify that findBy*(null) is now supportedb8af241Added a testcase for findBy(.. => null) and renamed 'old' testcase0b1f6e3Merge pull request #153 from asm89/shesek-patch-1730ae21Collapsed cascade elements, if cascade-all (better readability for📊 Changes
4 files changed (+36 additions, -16 deletions)
View changed files
📝
lib/Doctrine/ORM/EntityRepository.php(+1 -2)📝
lib/Doctrine/ORM/Tools/Export/Driver/XmlExporter.php(+3 -0)📝
tests/Doctrine/Tests/Models/CMS/CmsUser.php(+1 -1)📝
tests/Doctrine/Tests/ORM/Functional/EntityRepositoryTest.php(+31 -13)📄 Description
Collapsed cascade elements, if cascade-all.
(better readability for generated xml)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.