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

Remove to_f in criteria chain #196

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Remove to_f in criteria chain #196

wants to merge 1 commit into from

Conversation

ayemos
Copy link

@ayemos ayemos commented Nov 18, 2015

According to the AWS-SDK document, in api version 2012-08-10, range key can be either a type of String, Integer or Binary when it comes with comparison conditions. (e.g. gt, lt, gte, ...)
I guess it's user's responsibility to make range keys match with schema definition and should omit this conversion so that we can make use of comparison conditions not only with Integer but also String and/or other data types.

Please review it. 🙇

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.

1 participant