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): allow decoding null values to spanner.Decoder #4558

Merged
merged 2 commits into from Aug 5, 2021

Commits on Aug 5, 2021

  1. fix(spanner): allow decoding null values to spanner.Decoder

    Allow NULL values from the database to be passed in to the DecodeSpanner method
    of a struct that implements spanner.Decoder.
    
    Fixes #4552
    olavloite committed Aug 5, 2021
    Copy the full SHA
    9cf7bc4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    06a5e0a View commit details
    Browse the repository at this point in the history