]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] further tweak to the fix from [ticket:2261],
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 20 Nov 2011 04:28:01 +0000 (23:28 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 20 Nov 2011 04:28:01 +0000 (23:28 -0500)
commitc0c42af4e0ef8acd651cc66e84ec636c14ab53a5
tree51e30c32ccde9f3498af2018e5a65084e208556b
parent25f77454bdbfbe994eeb92a9824f135a603a0776
- [bug] further tweak to the fix from [ticket:2261],
so that generative methods work a bit better
off of cloned (this is almost a non-use case though).
In particular this allows with_only_columns()
to behave more consistently.   Added additional
documentation to with_only_columns() to clarify
expected behavior, which changed as a result
of [ticket:2261].  [ticket:2319]
- document the crap out of with_only_columns, include caveats about
the change, etc.
CHANGES
lib/sqlalchemy/sql/expression.py
test/sql/test_selectable.py