backpedalling on dumb previous modification...

never change something you don't understand.
This commit is contained in:
hns 2002-05-14 17:09:57 +00:00
parent 707e9e9171
commit d0899da45b

View file

@ -651,8 +651,8 @@ public class Relation {
for (int i=0; i<constraints.length; i++) {
// don't set groupby constraints since we don't know if the
// parent node is the base node or a group node
// if (constraints[i].isGroupby)
// continue;
if (constraints[i].isGroupby)
continue;
Relation crel = otherType.columnNameToRelation (constraints[i].foreignName);
if (crel != null) {
// INode home = constraints[i].isGroupby ? parent : nonVirtual;