[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-09-02 16:22:54
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9a6947427af5/ Changeset: 9a6947427af5 Branch: None User: zzzeek Date: 2016-09-02 15:48:15+00:00 Summary: Allow stringify compiler to render unnamed column Stringify of expression with unnamed :class:`.Column` objects, as occurs in lots of situations including ORM error reporting, will now render the name in string context as "<name unknown>" rather than raising a compile error. Change-Id: I76f637c5eb4cfdb1b526964cb001565b97e296da Fixes: #3789 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ce62fa2eed1d/ Changeset: ce62fa2eed1d Branch: master User: zzzeek Date: 2016-09-02 16:23:31+00:00 Summary: Merge "Allow stringify compiler to render unnamed column" Affected #: 3 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. |