Hi there,

it seems, that the AmazonSimpledbGetAttributes() doesn't support keys, that 
exist multiple times. I expect to get an array of values back, but I only 
get one value. Here is my Item:

ItemName: "test"
key1: "hello"
key2: "value1"
key2: "value2"

I do:
var q = AmazonSimpledbgetattributes( datasource, domain, "test", False );

What I get is:

{"key1":"hello",

 "key2":"value1"}


What I should get is:


{"key1":"hello",

 "key2":["value1", "value2"]}


Same problem with CFQUERY type:amazon.


Best regards

Louis

-- 
online documentation: http://openbd.org/manual/
 http://groups.google.com/group/openbd?hl=en

Reply via email to