Open
Description
Support Question
doctrine/orm
Querybuilder provide the getDQLpart
and resetDQLpart
functions.
I found the debug
function in the mongodb-odm
; in my use case, this could be use to get the sort part of my query, but I don't feel like this function is intended to be used in production.
Plus I found no way to reset a part of my query.
Am I missing something or some getQueryPart
and resetDQLPart
could be a nice new feature ?