]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- got in_() working, enhanced sql.py treatment of Comparator so comparators can be...
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 17 Jul 2007 04:54:30 +0000 (04:54 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 17 Jul 2007 04:54:30 +0000 (04:54 +0000)
commitcc9292be84f87ea56be7732ef0062219cf37335a
treedf28fabde55d63dcb1f99728672c5bb3354d06a0
parentbd3816a1fd8ae4e0dfbbca3f148dd1e65f48f5c7
- got in_() working, enhanced sql.py treatment of Comparator so comparators can be used in any SQL expression (i.e. order bys, desc(), etc.)
- adding various tests for new clause generation
lib/sqlalchemy/orm/attributes.py
lib/sqlalchemy/orm/properties.py
lib/sqlalchemy/sql.py
test/orm/eager_relations.py
test/orm/inheritance/polymorph.py
test/orm/query.py