Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.0.0.M6
-
Fix Version/s: 1.0.0.RC2
-
Labels:None
-
Environment:Grails 1.3.7,JDK 1.6,
Description
My code is like this:
def result = InstanceDataValidity.createCriteria().list{//use get will not get the right result
projections
between("lastUpdated", beginTime, endTime)
eq("appInstanceId", appInstance.id)
}
From the code,i can not see sum projections process,it's a bug?
sum project doesn't seem to be supported atm