DATAMONGO-838 - Cannot refer to expression based field in group operation.
Previously we didn't set a proper target value for the generated expression field. As a potential fix we just use the alias as the target field.
Original pull request: #116.
pull/116/merge
Thomas Darimont12 years agocommitted byOliver Gierke
@ -262,7 +262,7 @@ public class ProjectionOperation implements FieldsExposingAggregationOperation {
@@ -262,7 +262,7 @@ public class ProjectionOperation implements FieldsExposingAggregationOperation {