On Jan 28, 10:45 am, GustaV <[email protected]> wrote: > Hi all, > > In the __init__ method of a mapper, the load of a relation may lead to > an autoflush operation. When it happens, the object being instanciated > is already in the session and so INSERTed in the flush, whereas it is > not initialised completly (still in __init__).
only if you're using Session.mapper, which I wouldn't. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
