one thing u can do is to replace some/all {} dicts with 
util.OrderedDict (and util.Set with util.OrderdSet) - including your 
owns!. u would be able to compare things easier then.

or, try going backward to some rev that works, and check changes 
inbetween.

> Hi,
>
> I'm having a problem where the results of session.flush() vary from
> one run to another of my test suite. The unit of work transaction
> dump is significantly different from one run to the next, similar
> to the issue in ticket 461. I haven't managed to make a test case
> small enough to post to the list yet, and I think I need to delve a
> little further into the code to find out why it's failing.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to