]> 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:03:40 +0000 (10:03 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 21 Jun 2011 14:03:40 +0000 (10:03 -0400)
commitc4f279be4e551d6a0b8ae8c87e92aee9cd6445ea
treeaff66955ffd5bae43aaa6ad7ea95e8e98a9715be
parente6905711d3070253036fa8aefc61d997fd3b5ceb
- 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].
CHANGES
lib/sqlalchemy/__init__.py
lib/sqlalchemy/orm/query.py
test/orm/test_query.py