moto/tests/test_dynamodb2
Brian Pandola 99556620a9
Fix: Empty sets not removed from item after UpdateExpression (#3386)
DynamoDB does not support empty sets. If the last item in a set is
deleted as part of an UpdateExpression, the attribute must be removed.

Ref: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.NamingRulesDataTypes.html

Fixes #3296
2020-10-14 16:32:42 +01:00
..
test_dynamodb_executor.py Improve DDB expressions support4: Execution using AST 2020-04-26 15:59:12 +01:00
test_dynamodb_expression_tokenizer.py Fix DynamoDb2 ExpressionAttributeNames can start with a number (#3206) 2020-07-31 17:46:48 +01:00
test_dynamodb_expressions.py Improve DDB expressions support3: AST Validation 2020-04-19 16:58:07 +01:00
test_dynamodb_table_with_range_key.py DynamoDB - Add default GSI throughput 2020-06-13 20:27:05 +01:00
test_dynamodb_table_without_range_key.py Enable AST Validation 2020-04-19 16:58:46 +01:00
test_dynamodb_validation.py Improve DDB expressions support3: AST Validation 2020-04-19 16:58:07 +01:00
test_dynamodb.py Fix: Empty sets not removed from item after UpdateExpression (#3386) 2020-10-14 16:32:42 +01:00
test_server.py Run black on moto & test directories. 2019-10-31 10:36:05 -07:00