pvbouwel 9e7803dc36
[Bugfix] UpdateExpression using ADD from zero (#2975)
When using the ADD syntax to sum up different components
the path that is provided is allowed to be non-existent.
In such a case DynamoDB will initialize it depending on
the type of the value.
If it is a number it will be initialized with 0.
If it is a set it will be initialized with an empty set.
2020-05-07 21:29:20 +01:00
..
2019-12-16 21:25:20 -05:00
2020-05-04 09:27:57 +01:00
2020-03-12 14:07:34 +00:00
2019-12-26 16:06:53 +01:00
2020-04-06 19:55:54 +10:00
2020-04-29 16:29:25 +01:00
2019-12-16 21:25:20 -05:00
2020-01-23 10:15:02 -08:00
2020-03-06 18:11:07 -03:00
2020-04-01 22:14:51 -03:00
2020-05-06 10:28:13 -04:00
2020-01-23 10:15:02 -08:00
2020-01-23 10:15:02 -08:00
2020-03-02 13:07:34 +00:00
2020-01-23 10:15:02 -08:00
2020-05-07 09:53:07 +01:00