James Henstridge wrote:
> I can offer two work arounds you can use in the meantime:
> 1. don't use your database's reserved words as table or column names.
> 2. add the following code to your program:
> import storm.databases.mysql
> storm.databases.mysql.compile.add_reserved_words("release")
>
I suffered through this just last week, and after much headscratching I
found out I needed to do compile.add_reserved_words(["release"]) instead
of compile.add_reserved_words("release")
Use it, don't use it.
PS. Storm 0.13.
--
storm mailing list
[email protected]
Modify settings or unsubscribe at:
https://lists.ubuntu.com/mailman/listinfo/storm