[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-01-19 22:09:55
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/39837686b068/ Changeset: 39837686b068 Branch: None User: zzzeek Date: 2016-01-19 21:47:16+00:00 Summary: - calling str() on a core sql construct has been made more "friendly", when the construct contains non-standard sql elements such as returning, array index operations, or dialect-specific or custom datatypes. a string is now returned in these cases rendering an approximation of the construct (typically the postgresql-style version of it) rather than raising an error. fixes #3631 - add within_group to top-level imports - add eq_ignore_whitespace to sqlalchemy.testing imports Affected #: 11 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5a279e7ae441/ Changeset: 5a279e7ae441 Branch: None User: zzzeek Date: 2016-01-19 22:08:50+00:00 Summary: - the order in which _generate_backref() for different mappers is called is random; therefore it may be called against the subclass mapper first, so need to check .concrete on both sides, references #3630 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. |