Veraticus / Dynamoid

Ruby ORM for Amazon's DynamoDB
http://joshsymonds.com/Dynamoid/
247 stars 83 forks source link

Index hash_key values were empty because of the key used. #124

Closed stefanneculai closed 11 years ago

stefanneculai commented 11 years ago

Index hash_key values were empty because of the key used. This was happening when the key used was email. I am not sure if it was because of @ or . character from the key value..

stefanneculai commented 11 years ago

OK.. Writing the spec for this I find out that the problem was not the one I described above but the fact that sometimes hashes were using strings and sometimes symbols. I will commit shortly the correct fix + the spec for it.

loganb commented 11 years ago

Great catch!