[storm] more about my little problem with relations ( i think )

Gustavo Niemeyer gustavo at niemeyer.net
Tue Aug 7 17:08:34 BST 2007


> class VoltSensor(Storm):
>     __storm_table__ = "volt_sensors"
(...)
> class VoltageHit(Storm):
>     __storm_table__ = "volt_sensors"

You have two different types with different fields but with the same table.

Shawn, as I explained earlier, this sounds like an incoherency in the used
schema/types.  We can't help you further if you don't provide a standalone
example of the problem.

-- 
Gustavo Niemeyer
http://niemeyer.net



More information about the storm mailing list