]> 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:28:12 +0000 (17:28 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 21 Sep 2011 21:28:12 +0000 (17:28 -0400)
commitde5aaa27f20cdf56fc071e09e23027bdf5489ea4
tree144598a5afa646f0dd7521c6e2fa3f1433fd66da
parent944e9029006792f0052d9870100d2f7c801942f1
  - Fixed bug whereby with_only_columns() method of
    Select would fail if a selectable were passed.
    [ticket:2270].   However, the FROM behavior is
    still incorrect here, so you need 0.7 in
    any case for this use case to be usable.
CHANGES
lib/sqlalchemy/sql/expression.py
test/sql/test_selectable.py