]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- added a check for joining from A->B using join(), along two
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 26 Jul 2007 18:25:50 +0000 (18:25 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 26 Jul 2007 18:25:50 +0000 (18:25 +0000)
commit3a8e235af64e36b3b711df1f069d32359fe6c967
tree0d92c6a6523872bacdb19af7465b07e8c0e37229
parentd918eb8ce8c7e20b8451187d4660c0ee22e81d39
  - added a check for joining from A->B using join(), along two
      different m2m tables.  this raises an error in 0.3 but is
      possible in 0.4 when aliases are used. [ticket:687]
CHANGES
lib/sqlalchemy/orm/query.py
setup.py
test/orm/query.py