You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The \Doctrine\ORM\Query has a TODO comment on possible inclusion of the query hints for the DQL Query Parsing Cache.
I have a use case for a custom SQL walker for switching the SELECT part of a query with SELECT count(*) FROM to be able to use Query objects in a paginator. However this would break the query cache since both queries would match the same query cache string.
The text was updated successfully, but these errors were encountered:
Jira issue originally created by user @beberlei:
The \Doctrine\ORM\Query has a TODO comment on possible inclusion of the query hints for the DQL Query Parsing Cache.
I have a use case for a custom SQL walker for switching the SELECT part of a query with SELECT count(*) FROM to be able to use Query objects in a paginator. However this would break the query cache since both queries would match the same query cache string.
The text was updated successfully, but these errors were encountered: