[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - The MySQL dialect now renders TIMESTAMP with NULL
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-02-05 21:25:14
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/503a40ad7080/ Changeset: 503a40ad7080 Branch: None User: zzzeek Date: 2015-02-05 21:24:45+00:00 Summary: - The MySQL dialect now renders TIMESTAMP with NULL / NOT NULL in all cases, so that MySQL 5.6.6 with the ``explicit_defaults_for_timestamp`` flag enabled will will allow TIMESTAMP to continue to work as expected when ``nullable=False``. Existing applications are unaffected as SQLAlchemy has always emitted NULL for a TIMESTAMP column that is ``nullable=True``. fixes #3155 Affected #: 5 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. |