[sqlalchemy] Re: InstrumentedList/InstrumentedAttribute to dynamic query

2011-08-24 Thread Ahmed
It seems I am very close to an answer by Michael Bayer demonstrated in that thread: http://groups.google.com/group/sqlalchemy/browse_thread/thread/2f60ee62e1ed6a0a I changed the strategies on the class mapper RelationshipProperties as follows: def make_dynamic(sqlalchemy_class): mapper =

Re: [sqlalchemy] Re: InstrumentedList/InstrumentedAttribute to dynamic query

2011-08-24 Thread Michael Bayer
On Aug 24, 2011, at 11:12 PM, Ahmed wrote: It seems I am very close to an answer by Michael Bayer demonstrated in that thread: http://groups.google.com/group/sqlalchemy/browse_thread/thread/2f60ee62e1ed6a0a I changed the strategies on the class mapper RelationshipProperties as follows: