DDC-2390: Remove Parser and SQLWalker dependency on Query #3000

Open
opened 2026-01-22 14:09:32 +01:00 by admin · 0 comments
Owner

Originally created by @doctrinebot on GitHub (Apr 4, 2013).

Originally assigned to: @beberlei on GitHub.

Jira issue originally created by user @beberlei:

Query is too powerful to be available in Parser and SQLWalker, because it may lead to accessing data that changes on subsequent runs of a query that is cached.

Idea is to introduce a MetadataBag that contains only the values that are allowed to be accessed.

Originally created by @doctrinebot on GitHub (Apr 4, 2013). Originally assigned to: @beberlei on GitHub. Jira issue originally created by user @beberlei: Query is too powerful to be available in Parser and SQLWalker, because it may lead to accessing data that changes on subsequent runs of a query that is cached. Idea is to introduce a MetadataBag that contains only the values that are allowed to be accessed.
admin added the Improvement label 2026-01-22 14:09:32 +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#3000