]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add links to with_only_columns to Select.column, append_column
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 12 May 2017 13:23:44 +0000 (09:23 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 12 May 2017 13:25:07 +0000 (09:25 -0400)
commitaa14644d1ca06beda1dac338989c60e9de585a2a
tree4bd195a01f32a3faa8d8b4edcdf6282d94ce7a0c
parentc872fc472efd0d6cbef62dbd481a018b72852c09
Add links to with_only_columns to Select.column, append_column

Provide a brief example for these two methods
indicating that typically a table-bound (or other selectable)
column is appended here, then link to with_only_columns
documentation which has in-depth guidelines already including
that one should not append columns from the current select to itself.

Change-Id: I0742405a7f3c41450d337b9c633519d9cc101dfb
Fixes: #3987
(cherry picked from commit 4352e220ac04d09e120c441e79b1ac12c7ca2c45)
lib/sqlalchemy/sql/selectable.py