Re: [sqlalchemy] Postgres composite types and sqlalchemy; Having trouble with events system; Advice requested

2013-11-06 Thread Michael Bayer
On Nov 3, 2013, at 6:28 PM, Jon Rosebaugh chai...@gmail.com wrote: I'm trying to implement support for Postgres's composite types, which essentially let you make a type which is a struct of other types. This involves several kinds of functionality: * Psycopg2 maps composite types as

[sqlalchemy] Postgres composite types and sqlalchemy; Having trouble with events system; Advice requested

2013-11-03 Thread Jon Rosebaugh
I'm trying to implement support for Postgres's composite types, which essentially let you make a type which is a struct of other types. This involves several kinds of functionality: * Psycopg2 maps composite types as namedtuples. However, the register_composite() function has to be called for