Skip to content

deletes fail when restricted by a list #164

@dimitri-yatsenko

Description

@dimitri-yatsenko
rel &= [dict(id=1), dict(id=2)]
rel.delete()

throws "datajoint.DataJointError: invalid restriction type"

This is because delete compiles a list of restrictions and we cannot restrict by a lists of lists.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugIndicates an unexpected problem or unintended behavior

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions