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

Add back support for order comparisons against strings #126

Merged
merged 1 commit into from
Mar 10, 2017

Conversation

jamesls
Copy link
Member

@jamesls jamesls commented Mar 10, 2017

The validation added in 0.9.1 to make this compliant with the
spec actually broke a number of people. I've added this back
and will work on getting the spec updated.

Fixes #124.

The validation added in 0.9.1 to make this compliant with the
spec actually broke a number of people.  I've added this back
and will work on getting the spec updated.

Fixes jmespath#124.
@codecov-io
Copy link

codecov-io commented Mar 10, 2017

Codecov Report

Merging #126 into develop will increase coverage by 0.01%.
The diff coverage is 100%.

@@             Coverage Diff             @@
##           develop     #126      +/-   ##
===========================================
+ Coverage    97.26%   97.27%   +0.01%     
===========================================
  Files           13       13              
  Lines         1425     1431       +6     
===========================================
+ Hits          1386     1392       +6     
  Misses          39       39
Impacted Files Coverage Δ
tests/test_search.py 100% <100%> (ø)
jmespath/visitor.py 99.05% <100%> (+0.01%)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update de03509...b893fc2. Read the comment docs.

@jamesls jamesls merged commit 51dc960 into jmespath:develop Mar 10, 2017
johnallen3d added a commit to telus-agcg-archive/jmespath.rb that referenced this pull request Apr 9, 2020
This library currently only supports "comparison" of numberic values.
This appears to match the JMESPath spec but is not consistent with other
implementations (for example:
[`jmespath.py`](jmespath/jmespath.py#126)).

Resolves: jmespath#47
johnallen3d added a commit to telus-agcg-archive/jmespath.rb that referenced this pull request Jan 31, 2022
This library currently only supports "comparison" of numberic values.
This appears to match the JMESPath spec but is not consistent with other
implementations (for example:
[`jmespath.py`](jmespath/jmespath.py#126)).

Resolves: jmespath#47
johnallen3d added a commit to telus-agcg-archive/jmespath.rb that referenced this pull request Jan 31, 2022
This library currently only supports "comparison" of numberic values.
This appears to match the JMESPath spec but is not consistent with other
implementations (for example:
[`jmespath.py`](jmespath/jmespath.py#126)).

Resolves: jmespath#47
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