[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-05-05 21:10:24
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9bdd6f2b1f6b/ Changeset: 9bdd6f2b1f6b Branch: None User: zzzeek Date: 2016-05-05 21:07:40+00:00 Summary: Repair _orm_columns() to accommodate text() Fixed bug whereby passing a :func:`.text` construct to the :meth:`.Query.group_by` method would raise an error, instead of intepreting the object as a SQL fragment. Change-Id: I5fc2f590b76508d52e23b5fa9cf037ddea8080c3 fixes: #3706 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/eb0685e40f75/ Changeset: eb0685e40f75 Branch: rel_1_0 User: zzzeek Date: 2016-05-05 21:08:31+00:00 Summary: Repair _orm_columns() to accommodate text() Fixed bug whereby passing a :func:`.text` construct to the :meth:`.Query.group_by` method would raise an error, instead of intepreting the object as a SQL fragment. Change-Id: I5fc2f590b76508d52e23b5fa9cf037ddea8080c3 fixes: #3706 (cherry picked from commit 9bdd6f2b1f6b34a82b77849ec05811aa0279931d) Affected #: 4 files 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. |