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

fix(spanner/spansql): fix DATE and TIMESTAMP parsing. #4480

Merged
merged 4 commits into from Jul 23, 2021

Commits on Jul 22, 2021

  1. fix(spanner/spansql): fix DATE, TIMESTAMP parse.

    This enables to parse below cases.
    - DATE, TIMESTAMP used as identifier.(these words does not reserved
      keyword.)
    - DATE, TIMESTAMP used as function.
    takeshi.nakata committed Jul 22, 2021
    Copy the full SHA
    f10b604 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. fix(spanner/spansql): fix allFuncs index, and add more Date, Timestamp

    functions
    takeshi.nakata committed Jul 23, 2021
    Copy the full SHA
    0cb3b33 View commit details
    Browse the repository at this point in the history
  2. fix(spanner/spansql): fix parse DATE, Timestamp literals.

    This modified parsing DATE, TIMESTAMP that if next token is string
    litelal, then current token treated as DATE, TIMESTAMP literals.
    takeshi.nakata committed Jul 23, 2021
    Copy the full SHA
    007bcf2 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into fix/spansql-date-ts-parse

    Takeshi Nakata committed Jul 23, 2021
    Copy the full SHA
    4586857 View commit details
    Browse the repository at this point in the history