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

Spanner: additional systests not needing tables #6308

Merged
merged 6 commits into from
Oct 25, 2018

Commits on Oct 25, 2018

  1. Additional systests requiring no table:

    - SELECT 1
    - Bind BOOL to null.
    - Bind FLOAT64 to null.
    - Bind BYTES to null.
    - Bind TIMESTAMP to null.
    - Bind DATE to null.
    tseaver committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    33d5bfc View commit details
    Browse the repository at this point in the history
  2. Additional systest:

    - Query returning transfinite values as individual columns.
    tseaver committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    a984584 View commit details
    Browse the repository at this point in the history
  3. Annotate tableless examples.

    Add a possibly-redundant example for INT64.
    tseaver committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    64829d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9dfe4f3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    47070be View commit details
    Browse the repository at this point in the history
  6. Lint.

    tseaver committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    1373a9f View commit details
    Browse the repository at this point in the history