Merge pull request #1977 from vadym-serdiuk/patch-1
Strip parenthesis in the KeyConditionExpression
This commit is contained in:
commit
5ed8a33a10
@ -412,7 +412,7 @@ class DynamoHandler(BaseResponse):
|
||||
range_values = [value_alias_map[
|
||||
range_key_expression_components[2]]]
|
||||
else:
|
||||
hash_key_expression = key_condition_expression
|
||||
hash_key_expression = key_condition_expression.strip('()')
|
||||
range_comparison = None
|
||||
range_values = []
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user