[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - Liberalized the contract for :class:`.Index` a bi
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-04-19 16:31:59
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c33d0378802a/ Changeset: c33d0378802a Branch: None User: zzzeek Date: 2014-04-19 18:31:19 Summary: - Liberalized the contract for :class:`.Index` a bit in that you can specify a :func:`.text` expression as the target; the index no longer needs to have a table-bound column present if the index is to be manually added to the table, either via inline declaration or via :meth:`.Table.append_constraint`. fixes #3028 Affected #: 8 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. |