Unfortunately I don't have the resources to debug applications, I can only illustrate why a self-contained test script is doing what it does. You'd have to roll this into an MCVE.

On 09/09/2016 05:32 PM, Dominik George wrote:
Hi,

Try setting PYTHONHASHSEED to a fixed integer number, and get the test
suite to fail with that number.  Then you will see the same ordering
failure in each case, and you can then use pdb and logging to more
specifically isolate your issue.

It is not only the test cases.

All I do is:

instance.foo["bar"] = "bang"

where instance is an SQLAlchemy model class and foo is a composite, 
dictionary-like association proxy.

Then I retrieve the same object again and do:

print(instance.foo["bar"])

and get an empty string.

Everything apart from that happens inside SQLAlchemy.

Cheers,
Nik


--
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 https://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to