]> 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:12 +0000 (09:25 -0400)
commit34a16747c004dde3bd8d3d723a4d7290b9746d5c
treead3663e9435037e6943fba8234e5cfb776a6d332
parent85534084ce21a640637bacaaacee88496819aec2
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