[PR #96] [CLOSED] Fix + Testcase DDC1298: avoid extra comma in select statement #7703

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/96
Author: @becoded
Created: 7/27/2011
Status: Closed

Base: masterHead: DDC-1298


📝 Commits (1)

  • 6fec243 Fix + Testcase DDC1298: avoid extra comma in select statement

📊 Changes

2 files changed (+300 additions, -1 deletions)

View changed files

📝 lib/Doctrine/ORM/Query/SqlWalker.php (+3 -1)
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC1298Test.php (+297 -0)

📄 Description

See ticket for all the details: http://www.doctrine-project.org/jira/browse/DDC-1298


🔄 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/96 **Author:** [@becoded](https://github.com/becoded) **Created:** 7/27/2011 **Status:** ❌ Closed **Base:** `master` ← **Head:** `DDC-1298` --- ### 📝 Commits (1) - [`6fec243`](https://github.com/doctrine/orm/commit/6fec24387721ddd04b580125229e6a91678a1aca) Fix + Testcase DDC1298: avoid extra comma in select statement ### 📊 Changes **2 files changed** (+300 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Query/SqlWalker.php` (+3 -1) ➕ `tests/Doctrine/Tests/ORM/Functional/Ticket/DDC1298Test.php` (+297 -0) </details> ### 📄 Description See ticket for all the details: http://www.doctrine-project.org/jira/browse/DDC-1298 --- <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:27 +01:00
admin closed this issue 2026-01-22 15:56:27 +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#7703