Skip to content
New issue

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

[GEOT-7230] Implement a HINT parameter as part of the HANA plug-in #4064

Merged
merged 3 commits into from
Oct 21, 2022
Merged

[GEOT-7230] Implement a HINT parameter as part of the HANA plug-in #4064

merged 3 commits into from
Oct 21, 2022

Commits on Oct 14, 2022

  1. [GEOT-7230] Implement a HINT parameter as part of the HANA plug-in

    This change adds a new "SELECT Hint" parameter to the HANA JDBC plugin.
    
    "SELECT Hint"s are appended to SELECT queries, embedded in the string
    
        WITH HINT( <SELECT Hints> )
    
    Setting SELECT Hints enables a user to configure HANA specific query
    hints that will be considered during query plan generation.
    stefanuhrig committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    0f98e73 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Configuration menu
    Copy the full SHA
    02e8192 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Fix typo

    stefanuhrig committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    ffc51f5 View commit details
    Browse the repository at this point in the history