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

Avoid crash when using documentDB to replace mongoDB on Azure. #227

Conversation

MichaelTsengLZ
Copy link
Contributor

DocumentDB now supports almost all the MongoDB APIs. However, they are still working on aggregation with group by. So it will return an error with '$group' is not supported'. This is a simple fix to avoid crash when using documentDB. Feel free to give me some feedback. Thank you :)

@CLAassistant
Copy link
Member

CLAassistant commented Jun 3, 2017

CLA assistant check
All committers have signed the CLA.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 91.81% when pulling 14c5fd0 on MichaelTsengLZ:miczeng/avoidCrashWhenReplacingMongoDBWithDocumentDB into 6d6e595 on cla-assistant:master.

@KharitonOff
Copy link
Contributor

👍Lgtm, thank you very much for your contribution!🎉

@KharitonOff KharitonOff merged commit 310006e into cla-assistant:master Jun 3, 2017
@MichaelTsengLZ MichaelTsengLZ deleted the miczeng/avoidCrashWhenReplacingMongoDBWithDocumentDB branch June 6, 2017 21:12
KharitonOff added a commit that referenced this pull request Feb 18, 2020
…lacingMongoDBWithDocumentDB

Avoid crash when using documentDB to replace mongoDB on Azure.
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

4 participants