-
Notifications
You must be signed in to change notification settings - Fork 1.1k
DATAMONGO-1404 DATAMONGO-1412 Add support for $min and $max update operators. #359
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
Conversation
Original pull request: #353. CLA: 169820160330091912 (Alexey Plotnik)
Add author and since tags. Update license headers. Reformat code. Replace FQCN with import and simple class name. Remove final keyword in test methods. Add tests for numeric values. Update documentation. Original pull request: #353.
…resentation. Related pull request: #353 Related ticket: DATAMONGO-1412
Fixed broken highlighting using backticks followed by chars/single quotes. Convert single quote emphasis of id to backtick code fences. Add missing spaces between words and backticks.
d028c07
to
17f8ae5
Compare
|=== | ||
| Type | ||
| Type conversion | ||
| MongoDB representation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we rather call this Sample as the actual representation of a GeoJsonPoint
would just be { "type" : "Point" , "coordinates" : [3.0 , 4.0] }
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
Rename MongoDB representation to sample. Represent Point within a field. Add missing whitespaces to improve readability.
…resentation. Original Pull Request: #359 Related pull request: #353 Related ticket: DATAMONGO-1404
Fixed broken highlighting using backticks followed by chars/single quotes. Convert single quote emphasis of id to backtick code fences. Add missing spaces between words and backticks. Original Pull Request: #359
…resentation. Original Pull Request: #359 Related pull request: #353 Related ticket: DATAMONGO-1404
Fixed broken highlighting using backticks followed by chars/single quotes. Convert single quote emphasis of id to backtick code fences. Add missing spaces between words and backticks. Original Pull Request: #359
…resentation. Original Pull Request: #359 Related pull request: #353 Related ticket: DATAMONGO-1404
Fixed broken highlighting using backticks followed by chars/single quotes. Convert single quote emphasis of id to backtick code fences. Add missing spaces between words and backticks. Original Pull Request: #359
…resentation. Original Pull Request: #359 Related pull request: #353 Related ticket: DATAMONGO-1404
Fixed broken highlighting using backticks followed by chars/single quotes. Convert single quote emphasis of id to backtick code fences. Add missing spaces between words and backticks. Original Pull Request: #359
This PR is to review changes from #353 and back the changes by documenting rules for Java to MongoDB representation mapping
Related tickets: DATAMONGO-1404 DATAMONGO-1412
Related pull request: #353