I'm trying to get itemName() from a simpleDB select query using boto, but doing select itemName() from domain where attribute = 'foo' limit 10
gives me an result set with 10 items but they are all empty.
I've also tried select `itemName()` from domain where attribute = 'foo'
and select itemName from domain where attribute = 'foo'
.