On Wed, Aug 6, 2014 at 7:51 PM, Michael Bayer <[email protected]> wrote:
> you can’t call flush() within before_insert/before_update/ etc. as you are > already inside the flush process. I think at this point it should know to > raise an exception for that action. > I only care about after_insert and after_update. is it ok to call flush there? -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sqlalchemy. For more options, visit https://groups.google.com/d/optout.
