Skip to content

mysql: support for optimizer hints #162

Closed
@mickeyreiss

Description

Is your feature request related to a problem? Please describe.

I would like to generate the following SQL query:

SELECT /*+ MAX_EXECUTION_TIME(1000) */ * FROM orders;

This syntax is defined in the MySQL documentation here.

Describe the solution you'd like

SELECT(Orders.AllColumns).OptimizerHint("MAX_EXECUTION_TIME(100)").FROM(Orders)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions