moto/moto/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
..
2017-10-29 16:06:09 +00:00
2019-05-21 17:45:30 +01:00