ZF-11169: Zend_Service_Amazon_SimpleDb::select() only returns one value per item attribute
Description
Given this PutAttribute payload structure into an empty MyDomain:
{
MyItem1:
{
AttrName1: Attr1Value1,
AttrName2:
{
AttrName2: [Attr2Value1, Attr2Value2]
}
}
}
"SELECT * FROM MyDomain" returns only one AttrName2 value, Attr2Value1, although two exist.
Comments
Posted by David Smith (codeactual) on 2011-03-13T04:40:12.000+0000
Updated description formatting.
Posted by David Smith (codeactual) on 2011-03-13T05:55:20.000+0000
select() update and related test.
Posted by David Smith (codeactual) on 2011-09-21T23:36:22.000+0000
11169.diff replacement with var name and array initialization tweaks.