We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://dev.mysql.com/doc/refman/8.0/en/optimizer-hints.html
Add a function for optimizer hint queries?
I don't think I can do query.select('/*+ INDEX(table_alias foreign_key) */') or it would add a comma after it.
query.select('/*+ INDEX(table_alias foreign_key) */')
What API do you like for this? For now I'm probably doing a find/replace in my own code.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://dev.mysql.com/doc/refman/8.0/en/optimizer-hints.html
Add a function for optimizer hint queries?
I don't think I can do
query.select('/*+ INDEX(table_alias foreign_key) */')
or it would add a comma after it.What API do you like for this? For now I'm probably doing a find/replace in my own code.
The text was updated successfully, but these errors were encountered: