[sqlalchemy] Re: inconsistent results between 2 testuites executions (SA 0.3.4)

2007-02-07 Thread svilen
Why not just use util.Dict (defaulting to dict) instead of {}? Then whoever wants, replaces that with Ordered one and voila, all things get repeatable, if a little slower. the ordering of the data sent to the sort should not affect the outcome of the program. therefore its important

[sqlalchemy] Re: inconsistent results between 2 testuites executions (SA 0.3.4)

2007-02-06 Thread svilen
i mentioned this dictionary-order on my ramblings some weeks ago; then u didnt take it into account. i've managed here to get repeatable testing and SQL generation with hack-replacing many {} with ordered ones, but i don't like the solution. Why not just use util.Dict (defaulting to dict)

[sqlalchemy] Re: inconsistent results between 2 testuites executions (SA 0.3.4)

2007-02-06 Thread Michael Bayer
On Feb 6, 1:13 pm, svilen [EMAIL PROTECTED] wrote: i mentioned this dictionary-order on my ramblings some weeks ago; then u didnt take it into account. because i stop reading rambles after 50-60 words or so, and the stress of glossing over the rest generally causes me to forget words 30-60 as