[PR #191] [MERGED] DDC-1430 #7836

Open
opened 2026-01-22 15:57:06 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/191
Author: @FabioBatSilva
Created: 11/15/2011
Status: Merged
Merged: 11/15/2011
Merged by: @beberlei

Base: masterHead: DDC1430


📝 Commits (1)

📊 Changes

3 files changed (+299 additions, -6 deletions)

View changed files

📝 lib/Doctrine/ORM/Query/SqlWalker.php (+4 -5)
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC1430Test.php (+294 -0)
📝 tests/Doctrine/Tests/ORM/Query/SelectSqlGenerationTest.php (+1 -1)

📄 Description

Hello all

Sorry opening this PR again

This patch fix : DDC-1430
http://www.doctrine-project.org/jira/browse/DDC-1430

I fix the ticket ordering by all fields when using an object in order by clause.

Thanks ...


🔄 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/191 **Author:** [@FabioBatSilva](https://github.com/FabioBatSilva) **Created:** 11/15/2011 **Status:** ✅ Merged **Merged:** 11/15/2011 **Merged by:** [@beberlei](https://github.com/beberlei) **Base:** `master` ← **Head:** `DDC1430` --- ### 📝 Commits (1) - [`3dd5d14`](https://github.com/doctrine/orm/commit/3dd5d14977b920ff3c2863907b444eaf675b051b) Fixed DDC-1430 ### 📊 Changes **3 files changed** (+299 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Query/SqlWalker.php` (+4 -5) ➕ `tests/Doctrine/Tests/ORM/Functional/Ticket/DDC1430Test.php` (+294 -0) 📝 `tests/Doctrine/Tests/ORM/Query/SelectSqlGenerationTest.php` (+1 -1) </details> ### 📄 Description Hello all Sorry opening this PR again This patch fix : DDC-1430 http://www.doctrine-project.org/jira/browse/DDC-1430 I fix the ticket ordering by all fields when using an object in order by clause. Thanks ... --- <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:57:06 +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#7836