datajoint-matlab
datajoint-matlab copied to clipboard
Prevent deleting/dropping directly from part tables (without override flag)
According to the DataJoint model's guarantee of group integrity, entities should only be deleted from part tables as part of deleting from the master.
Currently there is no mechanism preventing this in DataJoint MATLAB.
DataJoint Python only allows deleting from part tables when using a force=True
flag.