Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.10.0
-
Component/s: None
-
Security Level: Public
-
Labels:None
Description
The dictionary list returned by the view method contains unicode objects for id/key/value - not strings. To use the row["id"] value in a bucket.get, it's necessary to __str__() that value.