michaellavelle / spring-data-dynamodb

Simplifies the development of creating an Amazon DynamoDB-based Java data access layer
https://derjust.github.io/spring-data-dynamodb/
Apache License 2.0
169 stars 284 forks source link

proposed fix for DynamoDBMappingException raised when invoking deleteAll... #35

Closed treidel closed 10 years ago

treidel commented 10 years ago

...() on DynamoDB repository

treidel commented 10 years ago

relates to issue #34

michaellavelle commented 10 years ago

Hi treidel. Great spot - thanks so much for raising this and for the pull request - much appreciated. I added unit tests to cover the failing scenario and your pull request fixes the issue perfectly :-)

Cheers,

Michael

treidel commented 10 years ago

Hi Michael, it was my pleasure to post a fix. Thanks for all your efforts with this project!