not a stupid question at all, i wasn't being sarcastic if that's what came across. I honestly didnt have time to look at the source myself to see what it was called (it could have been "extensions" and "add()", for example).
On Mar 19, 2009, at 5:16 AM, [email protected] wrote: > > 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 -~----------~----~----~----~------~----~------~--~---
