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

Query with Eq Fails #8

Merged
merged 2 commits into from
Aug 18, 2017
Merged

Query with Eq Fails #8

merged 2 commits into from
Aug 18, 2017

Conversation

victormartins
Copy link
Contributor

There seems to be a problem with a query that uses the eq command.
Invalid FilterExpression: Syntax error; token: "=", near: "== :p0"

      ExampleTable2.query(partition: 'name 1').number.eq(1).execute(store: store)
       Aws::DynamoDB::Errors::ValidationException: Invalid FilterExpression: Syntax error; token: "=", near: "== :p0"
       from /usr/lib/ruby/gems/2.3.0/gems/aws-sdk-core-2.10.21/lib/seahorse/client/plugins/raise_response_errors.rb:15:in `call'
       [23] pry(#<RSpec::ExampleGroups::DynamoDbFrameworkTable::Query>)>

@vaughanbrittonsage vaughanbrittonsage merged commit 1e35e62 into master Aug 18, 2017
@vaughanbrittonsage vaughanbrittonsage deleted the query_with_eq_fails branch August 18, 2017 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

None yet

2 participants