[PR #167] [MERGED] [DDC-1384] Fix for generating sql with aliases not longer than MaxIdentif #7802

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/167
Author: @asm89
Created: 10/22/2011
Status: Merged
Merged: 10/30/2011
Merged by: @beberlei

Base: masterHead: DDC-1384


📝 Commits (1)

  • 079e2b1 [DDC-1384] Fix for generating sql with aliases not longer than MaxIdentifierLength

📊 Changes

4 files changed (+67 additions, -47 deletions)

View changed files

📝 lib/Doctrine/ORM/Persisters/AbstractEntityInheritancePersister.php (+4 -5)
📝 lib/Doctrine/ORM/Persisters/BasicEntityPersister.php (+18 -5)
📝 lib/Doctrine/ORM/Query/SqlWalker.php (+19 -34)
📝 tests/Doctrine/Tests/ORM/Query/SelectSqlGenerationTest.php (+26 -3)

📄 Description

[DDC-1384] Fix for generating sql with aliases not longer than MaxIdentifierLength

http://www.doctrine-project.org/jira/browse/DDC-1384


🔄 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/167 **Author:** [@asm89](https://github.com/asm89) **Created:** 10/22/2011 **Status:** ✅ Merged **Merged:** 10/30/2011 **Merged by:** [@beberlei](https://github.com/beberlei) **Base:** `master` ← **Head:** `DDC-1384` --- ### 📝 Commits (1) - [`079e2b1`](https://github.com/doctrine/orm/commit/079e2b130286f52b797edbe547a1ce31815f8a80) [DDC-1384] Fix for generating sql with aliases not longer than MaxIdentifierLength ### 📊 Changes **4 files changed** (+67 additions, -47 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Persisters/AbstractEntityInheritancePersister.php` (+4 -5) 📝 `lib/Doctrine/ORM/Persisters/BasicEntityPersister.php` (+18 -5) 📝 `lib/Doctrine/ORM/Query/SqlWalker.php` (+19 -34) 📝 `tests/Doctrine/Tests/ORM/Query/SelectSqlGenerationTest.php` (+26 -3) </details> ### 📄 Description [DDC-1384] Fix for generating sql with aliases not longer than MaxIdentifierLength http://www.doctrine-project.org/jira/browse/DDC-1384 --- <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:56 +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#7802