mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #331] [MERGED] DDC-1757 test and patched query builder #8039
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/331
Author: @gedrox
Created: 4/5/2012
Status: ✅ Merged
Merged: 5/4/2012
Merged by: @beberlei
Base:
master← Head:DDC-1757📝 Commits (10+)
efebf26DDC-1757 test and patched query builder49016bcParameter PHP documentation for the QueryBuilder::getRootAlias() methodaa38195[DDC-1757] Fix moved to private method, test improved.59e598a[DDC-1757] test checks DQL only now, doesn't create schema anymored5d4722Merge pull request #339 from FabioBatSilva/DDC-1784a1ab3e8DDC-1757 test and patched query builder29a94f4Parameter PHP documentation for the QueryBuilder::getRootAlias() method3ddc461[DDC-1757] Fix moved to private method, test improved.5392133[DDC-1757] test checks DQL only now, doesn't create schema anymorec827a98Merge branch 'DDC-1757' of github.com:gedrox/doctrine2 into DDC-1757📊 Changes
2 files changed (+127 additions, -8 deletions)
View changed files
📝
lib/Doctrine/ORM/QueryBuilder.php(+35 -8)➕
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC1757Test.php(+92 -0)📄 Description
Should fix the issue http://www.doctrine-project.org/jira/browse/DDC-1757.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.