datajoint-python icon indicating copy to clipboard operation
datajoint-python copied to clipboard

Behavior on join of namesake attributes does not match documentation

Open austin-hilberg opened this issue 6 years ago • 0 comments

The currently implemented rule is that all the namesake attributes must be be part of the primary key in either of the operands. The documented and intended behavior is: All common attributes in both operands (attributes with the same name) must be part of either the primary key or a foreign key.

austin-hilberg avatar Dec 04 '18 18:12 austin-hilberg