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
-- 
storm mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/storm

Reply via email to