moto/tests/test_dynamodb2
Julian Graham f4df7a48ee Prevent overlapping expr name prefixes from corrupting projection expr
h/t @beheh. This patch handles the case when ProjectionExpression looks
like "#1, ..., #10" - the previous code used `replace`, which would make
the resulting projection into "foo, ..., foo0".
2019-09-09 19:08:16 -04:00
..
test_dynamodb_table_with_range_key.py #2212 add support for delete on update_with_attribute_updates (#2213) 2019-05-22 10:47:02 +01:00
test_dynamodb_table_without_range_key.py fix #2011 (#2012) 2019-05-21 17:45:30 +01:00
test_dynamodb.py Prevent overlapping expr name prefixes from corrupting projection expr 2019-09-09 19:08:16 -04:00
test_server.py Support Python 3 using six 2014-08-28 10:57:43 -04:00