Merge pull request #1977 from vadym-serdiuk/patch-1
Strip parenthesis in the KeyConditionExpression
This commit is contained in:
commit
5ed8a33a10
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue