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