Skip to content

DATAMONGO-1391 - Support Mongo 3.2 syntax for $unwind in aggregation. #355

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from

Conversation

mp911de
Copy link
Member

@mp911de mp911de commented Mar 29, 2016

We now support the simple $unwind: path and the MongoDB 3.2 $unwind: {…} syntax.


Related ticket: DATAMONGO-1391

mp911de added 2 commits March 29, 2016 11:30
We now support the simple $unwind: path and the MongoDB 3.2 $unwind: {…} syntax.
christophstrobl pushed a commit that referenced this pull request May 2, 2016
We now support both, the simple {$unwind: path} and the MongoDB 3.2 {$unwind: {…}} syntax.

Original Pull Request: #355
christophstrobl added a commit that referenced this pull request May 2, 2016
Removed white spaces, updated Javadoc and return early when using non 3.2 $unwind options.

Original Pull Request: #355
@christophstrobl christophstrobl deleted the issue/DATAMONGO-1391 branch May 2, 2016 12:50
christophstrobl pushed a commit that referenced this pull request May 3, 2016
We now support both, the simple {$unwind: path} and the MongoDB 3.2 {$unwind: {…}} syntax.

Original Pull Request: #355
christophstrobl added a commit that referenced this pull request May 3, 2016
Removed white spaces, updated Javadoc and return early when using non 3.2 $unwind options.

Original Pull Request: #355
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants