Skip to content

when user defines a nullable column as part of unique constraints, require specification of how they want it treated #32

@uladkasach

Description

@uladkasach

for unique constraint check, should null = null or null <> null? (typically, null <> null in sql world - but this may not be what user expects. ask them to clarify, and treat appropriately)

see https://www.enterprisedb.com/postgres-tutorials/postgresql-unique-constraint-null-allowing-only-one-null for example

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions