Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix OutputWalker conflict #181 #182

Closed
wants to merge 1 commit into from
Closed

Fix OutputWalker conflict #181 #182

wants to merge 1 commit into from

Conversation

aminin
Copy link

@aminin aminin commented Nov 30, 2017

No description provided.

@@ -33,6 +33,7 @@ public function items(ItemsEvent $event)
if (version_compare(\Doctrine\ORM\Version::VERSION, '2.3.0', '>=')) {
$useDoctrineWalkers = true;
$useDoctrineOutputWalker = true;
$useDoctrineOutputWalker = ($event->target->getHint(Query::HINT_CUSTOM_OUTPUT_WALKER) === false);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove line 35.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@roukmoute
Copy link

roukmoute commented Dec 4, 2017

Aren't there any tests?

@aminin
Copy link
Author

aminin commented Dec 8, 2017

@roukmoute, I can't reproduce the case in test env 😒

@garak
Copy link
Collaborator

garak commented Jun 21, 2019

Just add a reference to issue #181 (since it's not linked when in title)

@garak garak changed the base branch from master to 1.3 June 26, 2019 13:56
@garak
Copy link
Collaborator

garak commented Jul 10, 2020

@aminin is this PR relevant for latest branch too?

@garak
Copy link
Collaborator

garak commented May 1, 2023

Closing for missing feedback

@garak garak closed this May 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants