backpedalling on dumb previous modification...
never change something you don't understand.
This commit is contained in:
parent
707e9e9171
commit
d0899da45b
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue