[Sqlalchemy-commits] commit/sqlalchemy: 4 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-12-07 22:26:12
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d7eae8c95ca8/ Changeset: d7eae8c95ca8 Branch: None User: zzzeek Date: 2015-12-07 22:09:11+00:00 Summary: - flake8 test_reflection and rework the type-based tests into individual categories w/ modernized fixtures, assert attributes within type objects. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/3f42743d6aa1/ Changeset: 3f42743d6aa1 Branch: None User: zzzeek Date: 2015-12-07 22:24:09+00:00 Summary: - Fixed bug in MySQL reflection where the "fractional sections portion" of the :class:`.mysql.DATETIME`, :class:`.mysql.TIMESTAMP` and :class:`.mysql.TIME` types would be incorrectly placed into the ``timestamp`` attribute, which is unused by MySQL, instead of the ``fsp`` attribute. fixes #3602 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/c18ff4e404af/ Changeset: c18ff4e404af Branch: None User: zzzeek Date: 2015-12-07 22:25:23+00:00 Summary: - flake8 test_reflection and rework the type-based tests into individual categories w/ modernized fixtures, assert attributes within type objects. (cherry picked from commit d7eae8c95ca8c5963fc78fc997ed0f2da76aed31) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/f3137aa45998/ Changeset: f3137aa45998 Branch: rel_1_0 User: zzzeek Date: 2015-12-07 22:25:27+00:00 Summary: - Fixed bug in MySQL reflection where the "fractional sections portion" of the :class:`.mysql.DATETIME`, :class:`.mysql.TIMESTAMP` and :class:`.mysql.TIME` types would be incorrectly placed into the ``timestamp`` attribute, which is unused by MySQL, instead of the ``fsp`` attribute. fixes #3602 (cherry picked from commit 3f42743d6aa1326a80a0ed720a92266aa5fbf209) 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. |