]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Ensure cache keys are hashable in the test
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 14 Dec 2019 20:36:38 +0000 (15:36 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 14 Dec 2019 20:36:38 +0000 (15:36 -0500)
commit5411bef285c50b03ea6d8b45193d43c207d4746b
tree29f7ebeec3e1c69fe9bcf067a1aa3380dfb124de
parent89bf6d80a999eb31ee4a69b229b887fbfb2ed12a
Ensure cache keys are hashable in the test

Change-Id: I962ff15194e2416844086f03dddadb49f48a6c8d
lib/sqlalchemy/sql/elements.py
test/sql/test_compare.py