]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- rework Annotated to no longer use __cmp__(), supply an __eq__() that
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 25 Jul 2011 00:41:42 +0000 (20:41 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 25 Jul 2011 00:41:42 +0000 (20:41 -0400)
commit5c7cc274250c54430d9dceb05ad2a4a33e2378d7
tree44afa2213090a2f19fccd3951de70a961008c83c
parent027725fc49df85d3d9628a006b1c648a6b93f8c3
- rework Annotated to no longer use __cmp__(), supply an __eq__() that
works with ColumnElement as well as works with non-__eq__() suppliers,
works with sets, on Py3K as well.
lib/sqlalchemy/sql/util.py
test/sql/test_selectable.py