Tefnet Developers wrote:
>
> [10:00] < jezier> stepz_: in for m in mapper.polymorphic_iterator(): you
> get random order i think
While I haven't tested this, based on inspection it should only be random
within one level of hierarchy, which shouldn't cause this issue.
e.g.
D <- B <- A
E <- C <- A
F <- A
would yield
(A), (B, C, F), (D, E)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---