]> 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:23:44 +0000 (09:23 -0400)
commit4352e220ac04d09e120c441e79b1ac12c7ca2c45
tree9d9a286c49f799fa4da37cc654887e7039079c2e
parent159f5951178e4d745ac903a78f69cc7df6182757
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
lib/sqlalchemy/sql/selectable.py