mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #167] [MERGED] [DDC-1384] Fix for generating sql with aliases not longer than MaxIdentif #7802
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/167
Author: @asm89
Created: 10/22/2011
Status: ✅ Merged
Merged: 10/30/2011
Merged by: @beberlei
Base:
master← Head: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.