[Sqlalchemy-commits] commit/sqlalchemy: 3 new changesets
Brought to you by:
zzzeek
|
From: Bitbucket <com...@bi...> - 2014-03-17 20:26:46
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ce3505ea8b3a/ Changeset: ce3505ea8b3a Branch: None User: zzzeek Date: 2014-03-16 19:51:47 Summary: typo Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/9ec01ab35a6c/ Changeset: 9ec01ab35a6c Branch: None User: zzzeek Date: 2014-03-17 21:25:51 Summary: - Improved an error message which would occur if a query() were made against a non-selectable, such as a :func:`.literal_column`, and then an attempt was made to use :meth:`.Query.join` such that the "left" side would be determined as ``None`` and then fail. This condition is now detected explicitly. Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/987759aec51e/ Changeset: 987759aec51e Branch: rel_0_8 User: zzzeek Date: 2014-03-17 21:26:09 Summary: - Improved an error message which would occur if a query() were made against a non-selectable, such as a :func:`.literal_column`, and then an attempt was made to use :meth:`.Query.join` such that the "left" side would be determined as ``None`` and then fail. This condition is now detected explicitly. 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. |