[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - The :class:`.ForeignKey` class more aggressively
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2013-12-12 00:49:29
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/84af7e6c2210/ Changeset: 84af7e6c2210 Branch: master User: zzzeek Date: 2013-12-12 01:48:27 Summary: - The :class:`.ForeignKey` class more aggressively checks the given column argument. If not a string, it checks that the object is at least a :class:`.ColumnClause`, or an object that resolves to one, and that the ``.table`` attribute, if present, refers to a :class:`.TableClause` or subclass, and not something like an :class:`.Alias`. Otherwise, a :class:`.ArgumentError` is raised. [ticket:2883] 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. |