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
Can you create a PR for this? It would be much easier to review.
@stephenafamo my solution isn't fully baked yet. For example, I haven't considered databases other than MySQL. I wanted to get feedback on the feature and approach before opening a pull request. If you see any issues as is, feel free to leave a comment on the commit.
MySQL has support for Optimizer Hints, which implemented with comments that appear between
SELECT
and the column list.For example:
I would like to be able to insert optimizer hints with a query mod, maybe something like this:
The text was updated successfully, but these errors were encountered: