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

Correct issue with response objects using mongo storage adapter #96

Merged
merged 1 commit into from
Dec 13, 2015

Conversation

gunthercox
Copy link
Owner

Response objects were being returned from the mongo storage adapter as dictionaries instead of Response object lists. This was happening because the conversion method was not being called to normalize the results before they were returned.

Response objects were being returned from the mongo storage adapter
as dictionaries instead of Response object lists. This was happening
because the conversion method was not being called to normalize the
results before they were returned.
gunthercox added a commit that referenced this pull request Dec 13, 2015
Correct issue with response objects using mongo storage adapter
@gunthercox gunthercox merged commit 7f3232d into master Dec 13, 2015
@gunthercox gunthercox deleted the fix_mongo branch December 13, 2015 21:28
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.

1 participant