We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 930fc6f commit 0987b3cCopy full SHA for 0987b3c
+dj/+internal/GeneralRelvar.m
@@ -756,7 +756,7 @@ function restrict(self, varargin)
756
clear header1 header2 sql1 sql2
757
758
case 'U'
759
- [header, sql] = compile(self.operands{1},1);
+ [header, sql] = compile(self.operands{1},2);
760
header.promote(self.operands{3}, self.operands{2}.primaryKey{:});
761
otherwise
762
error 'unknown relational operator'
0 commit comments