Hi Thomas, > So my solution is to have only one change in Variable class, which > dosn't change the normal behavior, but helps me, to introduce some > special keyword parameters. So, for example, I can introduce a colNull > keyword parameter to create the right create statement later. And for > the creation of tables I use a extended Store class, which makes all > other stuff.
Have you thought about what kind of parameters we could add that would make it possible to build that kind of extension on top of Storm, without necessarily introducing the knowledge of all extensions into Storm itself? In other words, can we add some special "decorator" syntax for the columns, that will aid that kind of scenario without requiring all the knowledge of which attributes are there to live inside Storm itself? I'm certainly keen on offering the extensibility aspect in Storm, so that we can help that kind of use case. -- Gustavo Niemeyer http://niemeyer.net -- storm mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/storm
