Closed dimitri-yatsenko closed 9 years ago
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.
This is related to issue #158
Fixed by pull request #158
throws "datajoint.DataJointError: invalid restriction type"
This is because delete compiles a list of restrictions and we cannot restrict by a lists of lists.