DDC-968: Query hints should be retrievable by user #1212

Closed
opened 2026-01-22 13:06:06 +01:00 by admin · 2 comments
Owner

Originally created by @doctrinebot on GitHub (Jan 3, 2011).

Originally assigned to: @beberlei on GitHub.

Jira issue originally created by user gediminasm:

Currently the only way to set additional parameters accessible by AST TreeWalker is using the query hints.
the main problem is then query is being cloned, hints are flushed and the only way to set them is to access them by name and feed to cloned query one by one.
I think there should be Query::getHints() method available to the userland

Originally created by @doctrinebot on GitHub (Jan 3, 2011). Originally assigned to: @beberlei on GitHub. Jira issue originally created by user gediminasm: Currently the only way to set additional parameters accessible by AST TreeWalker is using the query hints. the main problem is then query is being cloned, hints are flushed and the only way to set them is to access them by name and feed to cloned query one by one. I think there should be Query::getHints() method available to the userland
admin added the Improvement label 2026-01-22 13:06:06 +01:00
admin closed this issue 2026-01-22 13:06:07 +01:00
Author
Owner

@doctrinebot commented on GitHub (Jan 23, 2011):

Comment created by @beberlei:

Implemented

@doctrinebot commented on GitHub (Jan 23, 2011): Comment created by @beberlei: Implemented
Author
Owner

@doctrinebot commented on GitHub (Jan 23, 2011):

Issue was closed with resolution "Fixed"

@doctrinebot commented on GitHub (Jan 23, 2011): Issue was closed with resolution "Fixed"
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#1212