[storm] question about change from .10 to .11
shawn bright
nephish at gmail.com
Wed Dec 12 22:35:05 GMT 2007
Hello there,
i have a function that was working fine until i upgraded to version .11
the error i am getting is about how a unicode is expecting but string was
found.
The funny thing is that it sees the key.message as the string..
is storm handling the varchar and text data types differently now?
def storm_get_config(store, name):
name = unicode(name)
key = store.find(KeyWord, KeyWord.name == name).one()
return key.message
thanks
shawn
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.ubuntu.com/archives/storm/attachments/20071212/cbf6af01/attachment.htm
More information about the storm
mailing list