Skip to content

More flexible handling of values that are expected to be not null #10

Description

@sbrunk

Currently we put everything into an option and have to unwrap, but we could also allow the user to specify that they expect the result not to contain any NULL values.

Instead of a Optional[T] we'd just return T and fail at runtime if they're still NULL values.

What about nested types like lists that could in turn contain NULL values?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions