When i look at the variables in debug mode, It looks like a dict as it
has { } which is why i didn't think it was a collection.
I looked again and it is an instance of ExtensionCarrier and that has
a method called append()I do search the mail list and the documents before asking stupid questions. Thanks On Mar 19, 3:54 am, "Michael Bayer" <[email protected]> wrote: > theres a collection called...."extension" i believe, which has an append() > method (also unsure of that name). > > [email protected] wrote: > > > How do i add a MapperExtension to a mapper after the mapper has been > > created with the mapper() function --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
