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

fix: support multiple conditions per field (AUTO-176) #82

Merged

Conversation

jsalvata
Copy link

Changes

Support multiple conditions in a single field, as in { "Date": { "$gte": "2020-02-24", "$lt": "2020-02-25" } }.

Testing

Notes

I checked this is not resolved in the parent repo (jsforce/jsforce).

Copy link

@bradvogel bradvogel left a comment

Choose a reason for hiding this comment

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

Great find!! lgtm. Mind making an upstream PR to the JSForce library so we can keep our copy mostly in sync?

@jsalvata jsalvata merged commit 67bb64e into master Feb 25, 2020
@jsalvata jsalvata deleted the jordi/auto-176-support-multiple-conditions-per-field branch February 25, 2020 15:46
@jsalvata
Copy link
Author

Upstream PR: jsforce#992

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