On Wed, Feb 29, 2012 at 4:52 PM, Michael Bayer <[email protected]> wrote: > Ok I'm assuming geometrycolumn doesn't go into a Table it gets stuck on a > declarative class, Table wouldn't accept it. I would modify this using the > declarative reflection recipe, which sets up everything that gets sent to > mapper().
I guess you're referring to: <http://docs.sqlalchemy.org/en/latest/orm/examples.html#examples-declarative-reflection>. > Iterate through the reflected table columns and generate the appropriate > column_property() based on column type. -- Eric Lemoine Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du Lac, Cedex Tel : 00 33 4 79 44 44 96 Mail : [email protected] http://www.camptocamp.com -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en.
