[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-02-01 23:13:34
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/388d8db68d0d/ Changeset: 388d8db68d0d Branch: None User: zzzeek Date: 2017-02-01 22:00:42+00:00 Summary: Accept FetchedValue, text() for column "default" value Fixed bug whereby the :meth:`.DDLEvents.column_reflect` event would not allow a non-textual expression to be passed as the value of the "default" for the new column, such as a :class:`.FetchedValue` object to indicate a generic triggered default or a :func:`.sql.expression.text` construct. Clarified the documentation in this regard as well. Fixes: #3905 Change-Id: I829796c3e9f87f375149bebee7eef133a6876d4d Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/d71f4b471869/ Changeset: d71f4b471869 Branch: master User: zzzeek Date: 2017-02-01 23:13:06+00:00 Summary: Merge "Accept FetchedValue, text() for column "default" value" Affected #: 4 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. |