[sqlalchemy] reconstruct_instance not being called when adding an extension dynamically

2010-10-04 Thread Ritesh Nadhani
Hello This has been making me pull my hair for quite sometime now :) I am trying to use MapperExtension and I have a code like: http://bpaste.net/show/9936/ Basically, I share the model across two apps, so I want one with the extension and one without. Thus the need to use one of the internal

Re: [sqlalchemy] reconstruct_instance not being called when adding an extension dynamically

2010-10-04 Thread Ritesh Nadhani
On Mon, Oct 4, 2010 at 5:45 PM, Michael Bayer mike...@zzzcomputing.com wrote: On Oct 4, 2010, at 8:26 PM, Ritesh Nadhani wrote: Hello This has been making me pull my hair for quite sometime now :) I am trying to use MapperExtension and I have a code like: http://bpaste.net/show/9936/