moto/moto/dynamodb2
Gary Donovan 802402bdba Tweak comparison to treat NULL/NOT_NULL correctly. (#1709)
The AWS documentation says that a ComparisonOperator of NULL means
the attribute should not exist, whereas NOT_NULL means that the
attribute should exist. It explicitly says that an attribute with a
value of NULL is considered to exist, which contradicts our previous
implementation. This affects both put_item and get_item in dynamodb2.

https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_Condition.html
2018-07-13 10:11:10 +01: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 Tweak comparison to treat NULL/NOT_NULL correctly. (#1709) 2018-07-13 10:11:10 +01:00
responses.py Fixes to dynamodb empty keys. 2018-04-18 22:23:17 -04: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