[sqlalchemy] Re: 0.5.0 polymorphic merge problem or bug

2009-01-13 Thread Duder
Ok I was wrong about the problem being present in the merge() function. The problem is only present in my custom merge() function. Thanks for your help. On Jan 13, 12:08 am, Duder dthomp...@gmail.com wrote: I am using the merge() function to merge the de-serialized object into the session. I

[sqlalchemy] 0.5.0 polymorphic merge problem or bug

2009-01-12 Thread Duder
I have a problem merging a polymorphic persistent object. Please read my description of the problem below. Sorry if it's a little complex. I've got a polymorphic mapper defined as so: sqlalchemy.orm.mapper(Generic, generics_table, polymorphic_on=generics_table.c.type,