Hello.

A specific DML request crashed with a CircularDependencyError on our test env. I
know that I should set post_update=True to the problematic relationship. The
thing is I do not see the cycle and the error description is quite big. Could
you please provide some guidance as to how to find the cycle from the provided
error description?

The error has the following two attributes:
* cycles = set([
      SaveUpdateState(<Partner at 0x7f2be28113d0>),
      ProcessState(
          ManyToOneDP(Partner.bazaar),
          <Partner at 0x7f2be28113d0>,
          delete=False
      )
  ])
* all_edges = set([...]) # about a text page of data

but I do not understand them.

If it matters, I am still using SA v0.7.

If you need more info, just ask.


Thank you in advance,

Ladislav Lenart

-- 
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 sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to