Skip to content

DATAMONGO-1500 - Fix JSON serialization error in derived queries with field spec. #404

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

christophstrobl
Copy link
Member

We now make sure not to eagerly attempt to convert given query parameters into a mongo specific format by calling toString() on the query object, but rather delegate this to another step later in the chain.

… field spec.

We now make sure not to eagerly attempt to convert given query parameters into a mongo specific format by calling toString() the query object, but rather delegate this to another step later in the chain.
odrotbohm pushed a commit that referenced this pull request Nov 3, 2016
… field spec.

We now make sure not to eagerly attempt to convert given query parameters into a mongo specific format by calling toString() the query object, but rather delegate this to another step later in the chain.

Original pull request: #404.
odrotbohm pushed a commit that referenced this pull request Nov 3, 2016
… field spec.

We now make sure not to eagerly attempt to convert given query parameters into a mongo specific format by calling toString() the query object, but rather delegate this to another step later in the chain.

Original pull request: #404.
@odrotbohm odrotbohm closed this Nov 3, 2016
@odrotbohm odrotbohm deleted the issue/DATAMONGO-1500 branch November 3, 2016 08:37
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