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 range key on queries #225

Merged
merged 1 commit into from Nov 18, 2017
Merged

Fix range key on queries #225

merged 1 commit into from Nov 18, 2017

Conversation

zookatron
Copy link

Currently range keys don't work on Queries when constructed all at once via the constructor because it uses the value key, while the exec function looks for the values key. This is the simplest possible commit that allows range keys to work via the Query constructor, though I'm not sure if it's the best solution, please let me know if there's a better way of fixing this issue.

@coveralls
Copy link

coveralls commented Nov 1, 2017

Coverage Status

Coverage remained the same at 78.551% when pulling aa421ff on zookatron:master into 4db4604 on automategreen:master.

@brandongoode
Copy link
Contributor

Looks good to me. Thanks

@brandongoode brandongoode merged commit dd3c3a5 into dynamoose:master Nov 18, 2017
@fishcharlie fishcharlie mentioned this pull request Mar 10, 2018
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.

None yet

3 participants