I am comparing two SimpleDB implementations, AWS and M/DB.
I get different results with the same boto code.
The issue is when an attribute is being set to/replaced with a list of
values.
boto+SimpleDB will overwrite the attribute old list with the new list.
boto+M/DB will replace the attribute with only the 'last' value of the
list, leaving only a single value.
The author of M/DB can't find an inconsistency with respect to SimpleDB
documented behavior.
So what is the correct behavior/expected behavior with respect to lists?
Its odd that it returns different results with the same code.
Darren
> --
> You received this message because you are subscribed to the Google Groups "boto-users" group.
> To post to this group, send email to boto-...@googlegroups.com.
> To unsubscribe from this group, send email to boto-users+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/boto-users?hl=en.
>
>
--
Chris Moyer