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

feat(spanner/spansql): support table_hint_expr at from_clause on query_statement #4457

Merged
merged 4 commits into from Jul 20, 2021

Commits on Jul 19, 2021

  1. feat(spanner/spansql): support table_hint_expr at from_clause on

    query_statement
    
    This fixes parse error when query statement includes table hint expr.
    This add function parseHints and use in parsing table hints and join
    hints.
    takeshi.nakata committed Jul 19, 2021
    Copy the full SHA
    6e961d4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7191acf View commit details
    Browse the repository at this point in the history
  3. feat(spanner/spansql): use ++ increment for lint

    takeshi.nakata committed Jul 19, 2021
    Copy the full SHA
    83d63c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

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