Skip to content

Spanner - consider adding .set(...).toNull() method #1804

Description

@saturnism

Currently setting a field to null requires to call the type-specific .to(...) method for the type. If setting something to null, we need to .set("field").to((String) null)

Consider adding a .set(...).toNull() method

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

api: spannerIssues related to the Spanner API.priority: p2Moderately-important priority. Fix may not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions