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

Open
opened 2026-01-22 13:06:04 +01:00 by admin · 0 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:04 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#1211