mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #934] [MERGED] faild test with multiple HINT_CUSTOM_TREE_WALKERS #8921
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/934
Author: @shustrik
Created: 2/5/2014
Status: ✅ Merged
Merged: 2/8/2014
Merged by: @beberlei
Base:
master← Head:master📝 Commits (6)
7107a85faild test with multiple HINT_CUSTOM_TREE_WALKERS543ab50rename testa6b43b9fix TreeWalkerChain.6fe40b0fix return walker12985b7add iterator to tree walker chainb167a64remove doc📊 Changes
3 files changed (+193 additions, -4 deletions)
View changed files
📝
lib/Doctrine/ORM/Query/TreeWalkerChain.php(+4 -3)➕
lib/Doctrine/ORM/Query/TreeWalkerChainIterator.php(+139 -0)📝
tests/Doctrine/Tests/ORM/Query/CustomTreeWalkersTest.php(+50 -1)📄 Description
This PR contains failed test when we have more than 1 HINT_CUSTOM_TREE_WALKERS ,
because walkSelectStatement in TreeWalkerChain saves only last hint _queryComponents result. Could you, please, help to resolve this issue or fix it?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.