]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Query.join() will detect if the end result will be
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 24 Mar 2010 16:15:42 +0000 (12:15 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 24 Mar 2010 16:15:42 +0000 (12:15 -0400)
commit4cf01115f669e44d77d46381f16ea5bf57197a1b
tree3f2da9d8240040c9ef50eb5f22574017ddd485e1
parent928354dca101e57fcb1c7440a4c2eef45594c5b8
- Query.join() will detect if the end result will be
"FROM A JOIN A", and will raise an error if so.
CHANGES
lib/sqlalchemy/orm/query.py
test/orm/test_query.py