]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug whereby with_only_columns() method of
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 21 Sep 2011 21:08:08 +0000 (17:08 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 21 Sep 2011 21:08:08 +0000 (17:08 -0400)
commit9d775a4cd4b8f66baa0f0256059fd547894f0813
tree4e2099332788a1d3f573626908968f122047b503
parent2aa80d40d2c9a00bb87a145bba1f01c327b6000b
  - Fixed bug whereby with_only_columns() method of
    Select would fail if a selectable were passed.
    [ticket:2270].  Also in 0.6.9.
CHANGES
lib/sqlalchemy/sql/expression.py
test/sql/test_selectable.py