[Sqlalchemy-commits] commit/sqlalchemy: 3 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-05-12 13:26:29
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4352e220ac04/ Changeset: 4352e220ac04 Branch: master User: zzzeek Date: 2017-05-12 13:23:44+00:00 Summary: 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 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/aa14644d1ca0/ Changeset: aa14644d1ca0 Branch: rel_1_1 User: zzzeek Date: 2017-05-12 13:25:07+00:00 Summary: 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) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/34a16747c004/ Changeset: 34a16747c004 Branch: rel_1_0 User: zzzeek Date: 2017-05-12 13:25:12+00:00 Summary: 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) Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |