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
0.9.1 date comparisons not working #124
Comments
I'll add this behavior back. What's going on here is that the spec only defines comparisons as valid on numbers (http://jmespath.org/specification.html#ordering-operators). In 0.9.1, validation was added to enforce this requirement, so things that implicitly worked before now no longer work. Given this is affecting multiple people I'll add back the support for strings now. I'll also work on getting the spec updated. |
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.
Hey guys! |
From https://gitter.im/jmespath/chat:
I have the same problem fetching AMIs by date. It appears Date comparisons (except ==) are broken in 0.9.1 (and work fine in 0.9.0)
The text was updated successfully, but these errors were encountered: