On May 5, 6:28 pm, "Michael Bayer" <[email protected]> wrote:
> the collection is lazy loaded from the database. autoflush occurs so that > any pending values within the collection (items can be present without it > being loaded) are persisted, so that you get the right results back. a specific example of why this feature is needed, and what you can do to workaround it, can be viewed at: http://groups.google.com/group/sqlalchemy/msg/595745ed046f1c24 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
