[PR #157] [CLOSED] Collapsed cascade elements, if cascade-all #7785

Closed
opened 2026-01-22 15:56:50 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/157
Author: @goetas
Created: 10/18/2011
Status: Closed

Base: masterHead: cascadeattr


📝 Commits (8)

  • d314386 we can (now) transform it into IS NULL
  • 5fc6277 Oops, shouldn't have removed the condition completely... checking a parameter is provided
  • 2e389e0 Removed blank line, used empty() instead of the count() check
  • fea8550 Merge remote-tracking branch 'doctrine/master' into shesek-patch-1
  • 91bc9c0 Adjusted test to verify that findBy*(null) is now supported
  • b8af241 Added a testcase for findBy(.. => null) and renamed 'old' testcase
  • 0b1f6e3 Merge pull request #153 from asm89/shesek-patch-1
  • 730ae21 Collapsed 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.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/orm/pull/157 **Author:** [@goetas](https://github.com/goetas) **Created:** 10/18/2011 **Status:** ❌ Closed **Base:** `master` ← **Head:** `cascadeattr` --- ### 📝 Commits (8) - [`d314386`](https://github.com/doctrine/orm/commit/d3143860609b37aa628e6434af73f812cbeec188) we can (now) transform it into IS NULL - [`5fc6277`](https://github.com/doctrine/orm/commit/5fc6277d3f2b469eb2e4260f7cb6aa0665287009) Oops, shouldn't have removed the condition completely... checking a parameter is provided - [`2e389e0`](https://github.com/doctrine/orm/commit/2e389e00d40dd68462ca170ac6ee3942297b412c) Removed blank line, used empty() instead of the count() check - [`fea8550`](https://github.com/doctrine/orm/commit/fea855004cac2a860538c6a0982d18a5b65e034c) Merge remote-tracking branch 'doctrine/master' into shesek-patch-1 - [`91bc9c0`](https://github.com/doctrine/orm/commit/91bc9c0329aa7d8dfa76f07acb9c9038d2c80986) Adjusted test to verify that findBy*(null) is now supported - [`b8af241`](https://github.com/doctrine/orm/commit/b8af2415042dd5e3ab8518b8a3ab8775c8dab56a) Added a testcase for findBy(.. => null) and renamed 'old' testcase - [`0b1f6e3`](https://github.com/doctrine/orm/commit/0b1f6e353904964c9cc645fd93b929d96e146684) Merge pull request #153 from asm89/shesek-patch-1 - [`730ae21`](https://github.com/doctrine/orm/commit/730ae215753a8d9a4938e76ab8947d02aed49065) Collapsed cascade elements, if cascade-all (better readability for ### 📊 Changes **4 files changed** (+36 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Collapsed cascade elements, if cascade-all. (better readability for generated xml) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-22 15:56:50 +01:00
admin closed this issue 2026-01-22 15:56:51 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#7785