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): add metadata to RowIterator #3050

Merged
merged 2 commits into from Oct 20, 2020

Commits on Oct 19, 2020

  1. feat(spanner): add metadata to RowIterator

    Adds ResultSetMetaData to the RowIterator struct. The metadata
    are available after the first call to RowIterator.Next() as long
    as that call did not return any other error than iterator.Done.
    
    Fixes #1805
    olavloite committed Oct 19, 2020
    Copy the full SHA
    1ee538e View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

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