]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- added "aliased joins" feature to query.filter_by()
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 10 Jun 2007 23:53:03 +0000 (23:53 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 10 Jun 2007 23:53:03 +0000 (23:53 +0000)
commitcd358b8c9df4eb77b4c09ce12a340fb8bb67546a
tree6fb3b9a7abaf54c34d76f96e2f348b17a2cf017c
parentf17ba4c7bef6850f82fa592c499d8e8f4624b8ca
- added "aliased joins" feature to query.filter_by()
- further work on modernizing/cleaning up unit tests
CHANGES
lib/sqlalchemy/orm/query.py
test/orm/alltests.py
test/orm/fixtures.py [new file with mode: 0644]
test/orm/inheritance/polymorph2.py
test/orm/lazy_relations.py [new file with mode: 0644]
test/orm/mapper.py
test/orm/query.py