botoを使用してsimpleDBselectクエリからitemName()を取得しようとしていますselect itemName() from domain where attribute = 'foo' limit 10
が、10個のアイテムを含む結果セットが得られますが、それらはすべて空です。
私も試しselect `itemName()` from domain where attribute = 'foo'
てみましselect itemName from domain where attribute = 'foo'
た。