Skip to content

Rework Table.get to provide non-unique columns #2

Description

@chuwy

Currently it provides only columns with unique constraints. But:

  • that should be ok if we want to add non-unique column - we just make sure that there's always at least one unique column used
  • It also would allow columns.id > 10 which doesn't return single element - we must make sure there's always == operator used on a unique column

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