diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2009-06-05 21:23:11 +0000 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2009-06-05 21:23:11 +0000 |
commit | 698a3c1ac665e7cd2ef8d5ad3ebf51b7fe6661f4 (patch) | |
tree | f7c4f623bcb1f8df537b08ada140d6ba44edec64 /test/dialect/mysql.py | |
parent | 31b95e6cdce83e14cd1c462c2b7d16a0f8652d19 (diff) | |
download | sqlalchemy-698a3c1ac665e7cd2ef8d5ad3ebf51b7fe6661f4.tar.gz |
- Fixed Query being able to join() from individual columns of
a joined-table subclass entity, i.e.
query(SubClass.foo, SubcClass.bar).join(<anything>).
In most cases, an error "Could not find a FROM clause to join
from" would be raised. In a few others, the result would be
returned in terms of the base class rather than the subclass -
so applications which relied on this erroneous result need to be
adjusted. [ticket:1431]
Diffstat (limited to 'test/dialect/mysql.py')
0 files changed, 0 insertions, 0 deletions