This commit was manufactured by cvs2svn to create tag

'pre_scripting_april_1'.
This commit is contained in:
hns 2002-04-05 17:09:27 +00:00
parent 9ecef6e720
commit 2f2f540501

View file

@ -377,14 +377,14 @@ public class Relation {
maxSize = 0; maxSize = 0;
} }
// get group by property // get group by property
groupby = props.getProperty (propName+".group"); groupby = props.getProperty (propName+".groupby");
if (groupby != null && groupby.trim().length() == 0) if (groupby != null && groupby.trim().length() == 0)
groupby = null; groupby = null;
if (groupby != null) { if (groupby != null) {
groupbyorder = props.getProperty (propName+".group.order"); groupbyorder = props.getProperty (propName+".groupby.order");
if (groupbyorder != null && groupbyorder.trim().length() == 0) if (groupbyorder != null && groupbyorder.trim().length() == 0)
groupbyorder = null; groupbyorder = null;
groupbyprototype = props.getProperty (propName+".group.prototype"); groupbyprototype = props.getProperty (propName+".groupby.prototype");
if (groupbyprototype != null && groupbyprototype.trim().length() == 0) if (groupbyprototype != null && groupbyprototype.trim().length() == 0)
groupbyprototype = null; groupbyprototype = null;
// aggressive loading and caching is not supported for groupby-nodes // aggressive loading and caching is not supported for groupby-nodes