You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At present a projection of with the SD MongoDB Aggregation Framework support defined by:
project("a", "b").andInclude("c").andExclude("_id").toDBObject(Aggregation.DEFAULT_CONTEXT);
Thomas Darimont opened DATAMONGO-757 and commented
At present a projection of with the SD MongoDB Aggregation Framework support defined by:
project("a", "b").andInclude("c").andExclude("_id").toDBObject(Aggregation.DEFAULT_CONTEXT);
Will be rendered as:
But, in order to comply with the mongodb conventions, it should rather be rendered like:
Note that both projections produce the same result:
Variant 1:
Output:
Variant 2:
Output:
Issue Links:
Backported to: 1.3.2 (Babbage SR1)
The text was updated successfully, but these errors were encountered: