]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Ensure comparison includes "don't compare values" feature
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 20 Dec 2019 15:17:17 +0000 (10:17 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 20 Dec 2019 15:17:17 +0000 (10:17 -0500)
commite6afc0a8cf7a8fb18855cab9da488a0d48c42386
tree031f56fa882b7350059e492a0fc69019fc98530a
parent307fae884b4023f3edd9cc504db09d4f2641d201
Ensure comparison includes "don't compare values" feature

upcoming changes for "expanding IN in all cases" and
"lambda elements" both rely upon comparisons that work
across changing bound values, so commit the testing fixture
ahead of time.   Additionally, repair the feature itself
within traversals.

Change-Id: Ie65a512dc64745614180da77435f9f745ce78c71
lib/sqlalchemy/sql/traversals.py
test/orm/test_cache_key.py
test/sql/test_compare.py