Skip to content
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

DATAMONGO-943 - Add support for $position to Update $push $each. #248

Closed
wants to merge 2 commits into from

Conversation

christophstrobl
Copy link
Member

We now support $position on Update.push.

@thomasdarimont
Copy link

Thanks @gregturn - I adjusted the PR accordingly.

* @return
* @since 1.7
*/
public PushOperatorBuilder atPosition(int position) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"atPosition" or "toPosition"? atPosition sounds more like "reading" toPosition sounds more "writing".

@thomasdarimont
Copy link

@gregturn fixed.

We now support $position on update.push.

Original pull request: #248.
christophstrobl added a commit that referenced this pull request Nov 28, 2014
We now support $position on update.push.

Original pull request: #248.
christophstrobl added a commit that referenced this pull request Nov 28, 2014
We now support $position on update.push.

Original pull request: #248.
@odrotbohm odrotbohm deleted the issue/DATAMONGO-943 branch November 28, 2014 10:44
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.

None yet

2 participants