[Sqlalchemy-commits] commit/sqlalchemy: 4 new changesets
Brought to you by:
zzzeek
|
From: Bitbucket <com...@bi...> - 2013-10-11 21:15:32
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9d38ed33400a/ Changeset: 9d38ed33400a Branch: None User: zzzeek Date: 2013-10-11 21:55:57 Summary: The "name" attribute is set on :class:`.Index` before the "attach" events are called, so that attachment events can be used to dynamically generate a name for the index based on the parent table and/or columns. [ticket:2835] Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/1f1ad557afa4/ Changeset: 1f1ad557afa4 Branch: None User: zzzeek Date: 2013-10-11 22:16:08 Summary: The ``default`` argument of :class:`.Column` now accepts a class or object method as an argument, in addition to a standalone function; will properly detect if the "context" argument is accepted or not. Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/75be18004fac/ Changeset: 75be18004fac Branch: None User: zzzeek Date: 2013-10-11 22:41:52 Summary: - fix bug due to regression from #2793, make sure we only go to load scalar attributes here and not relationships, else we get an error if there's no actual scalars to load Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/eabf41b392ac/ Changeset: eabf41b392ac Branch: master User: zzzeek Date: 2013-10-11 22:49:36 Summary: use accepts scalar loader here so we deal with _ProxyImpl correctly Affected #: 2 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. |