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/spannertest): support JSON_VALUE function #5173

Merged
merged 2 commits into from Nov 29, 2021

Commits on Nov 26, 2021

  1. feat: support JSON_VALUE function

    Adds support for the JSON_VALUE function. The function always returns an empty string,
    as there is no XPath query engine available in the Spanner client library. This does
    however enable the usage of computed columns that use the function.
    
    This change also fixes the TODO that generated columns cannot be added to non-empty
    tables.
    
    Fixes #5167
    olavloite committed Nov 26, 2021
    Copy the full SHA
    d10f6d8 View commit details
    Browse the repository at this point in the history
  2. fix: linting

    olavloite committed Nov 26, 2021
    Copy the full SHA
    d7fcb21 View commit details
    Browse the repository at this point in the history