802402bdba
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
19 lines
147 B
Plaintext
19 lines
147 B
Plaintext
moto.egg-info/*
|
|
dist/*
|
|
.cache
|
|
.tox
|
|
.coverage
|
|
cover/
|
|
*.pyc
|
|
*~
|
|
.noseids
|
|
build/
|
|
.idea/
|
|
*.swp
|
|
.DS_Store
|
|
python_env
|
|
.ropeproject/
|
|
.pytest_cache/
|
|
venv/
|
|
|