]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed the error message for "could not find a FROM clause"
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 1 Sep 2009 22:14:22 +0000 (22:14 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 1 Sep 2009 22:14:22 +0000 (22:14 +0000)
commitaa73243fdeabbbbe0390222a96de8454839b5cf3
tree3ccf5978fe7f4b6e1be775b4edc747a595fc7985
parentfed57bc9dd48fc08bbb845cf434d22770b58a9a1
- Fixed the error message for "could not find a FROM clause"
in query.join() which would fail to issue correctly
if the query was against a pure SQL construct.
[ticket:1522]
CHANGES
lib/sqlalchemy/orm/query.py
test/orm/test_query.py