moto/moto/dynamodb2
vadym-serdiuk 5a3b5cab29
Strip parenthesis in the KeyConditionExpression
The "bloop" package uses parenthesis in the KeyConditionExpression, so query method returns nothing due to the wrong parsing of the parameters.
2018-11-28 17:33:22 +02:00
..
__init__.py Completed DynamoDBv2 endpoints 2017-10-29 16:06:09 +00:00
comparisons.py Tweak comparison to treat NULL/NOT_NULL correctly. (#1709) 2018-07-13 10:11:10 +01:00
models.py Don't compare a dict_keys object to a list, since it is always False 2018-10-17 11:08:44 +11:00
responses.py Strip parenthesis in the KeyConditionExpression 2018-11-28 17:33:22 +02:00
urls.py Fixed a bug where Dynamo registers STS and sts calls go to dynamo (#1097) 2017-09-07 11:25:14 -07:00