]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Repaired the "no statement condition"
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 21 Jun 2011 14:01:46 +0000 (10:01 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 21 Jun 2011 14:01:46 +0000 (10:01 -0400)
commitcf7453e0019194256731a4cb10df50ac4256582f
tree30091df4a1b56db73bdc8c0733e95d1e6af7f04d
parent8e4e6879096c03c4208f1715d62b36bf0b5d8dfe
- Repaired the "no statement condition"
assertion in Query which would attempt
to raise if a generative method were called
after from_statement() were called.
[ticket:2199].  Also in 0.6.9.
CHANGES
lib/sqlalchemy/orm/query.py
test/orm/test_query.py