moto/moto/dynamodb2
Gary Donovan 0b15bb13b6 Make EQ conditions work reliably in DynamoDB.
The AWS API represents a set object as a list of values. Internally
moto also represents a set as a list. This means that when we do value
comparisons, the order of the values can cause a set equality test to
fail.
2019-01-10 21:39:12 +11:00
..
__init__.py Completed DynamoDBv2 endpoints 2017-10-29 16:06:09 +00:00
comparisons.py simple fix for not equals in dynamodb filter expressions. i suspect this was just a typo 2018-10-23 15:54:56 -04:00
models.py Make EQ conditions work reliably in DynamoDB. 2019-01-10 21:39:12 +11:00
responses.py Merge pull request #1977 from vadym-serdiuk/patch-1 2018-12-28 21:16:50 -05: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