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): fill in missing hash functions #4808

Merged

Commits on Sep 24, 2021

  1. fix(spanner/spansql): allow all hash functions

    The `spansql` package is quite useful for parsing and managing schemas,
    however, with the addition of `CHECK` constraints to the spanner DDL,
    the full set of SQL functions can now appear in schemas.
    
    Fill in the missing Hash functions to support their use.
    dfinkel committed Sep 24, 2021
    Copy the full SHA
    d6c8d8f View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2021

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

Commits on Sep 27, 2021

  1. Copy the full SHA
    8055a78 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c968b9a View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

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