Skip to content

Fix Enum required/not required declaration validation #37

@kchoudhu

Description

@kchoudhu

Currently, this maps to not null:

'role'      : [ HostRole, True, None ],

And this maps to null:

'role'      : [ HostRole, None, None ],

The system fails to process this:

'role'      : [ HostRole, False, None ],

Make this behave more like OAGs, with True/False driving null/not null SQL statement, and None being an invalid value.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions