Skip to content

Commit 0987b3c

Browse files
committed
bug fix
1 parent 930fc6f commit 0987b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

+dj/+internal/GeneralRelvar.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ function restrict(self, varargin)
756756
clear header1 header2 sql1 sql2
757757

758758
case 'U'
759-
[header, sql] = compile(self.operands{1},1);
759+
[header, sql] = compile(self.operands{1},2);
760760
header.promote(self.operands{3}, self.operands{2}.primaryKey{:});
761761
otherwise
762762
error 'unknown relational operator'

0 commit comments

Comments
 (0)