DatatablesBundle icon indicating copy to clipboard operation
DatatablesBundle copied to clipboard

Calling setHint() on the Query

Open epedder opened this issue 4 years ago • 0 comments

I need to force MySQL to use a specific index. I understand the best approach is to use output walkers (specifically SqlWalker) but I don't know where to capture the $query produced by the QueryBuilder so that I can call $query->setHint(). What is the best way to do this?

epedder avatar Mar 04 '21 19:03 epedder