- 
                Notifications
    You must be signed in to change notification settings 
- Fork 42
Open
Labels
awaiting-triageIssues awaiting proper priority/milestone assignment.Issues awaiting proper priority/milestone assignment.bug
Description
Bug Report
Description
When making a fetch, using the syntax table_name.fetchn('KEY')  brings about an attribute error.
Reproducibility
Include:
- OS MACOS BIG SUR 11.5.2
- MATLAB Version: MATLAB_R2021b
- DataJoint Version: version 3.4.3
- Complete error stack as a result of evaluating the above steps:
Error using dj.internal.Header/project (line 199)
Attribute `KEY` does not exist
Error in dj.internal.GeneralRelvar/compile (line 682)
                    header.project(self.operands(2:end));
Error in dj.internal.GeneralRelvar/fetch (line 212)
            [hdr, sql_] = self.compile;
Error in dj.internal.GeneralRelvar/fetchn (line 285)
            s = self.fetch(varargin{:});
Expected Behavior
The expected behavior is that the key would be fetched.
Screenshots
Metadata
Metadata
Assignees
Labels
awaiting-triageIssues awaiting proper priority/milestone assignment.Issues awaiting proper priority/milestone assignment.bug

