]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug in MySQL reflection where the "fractional sections portion"
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 7 Dec 2015 22:24:09 +0000 (17:24 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 7 Dec 2015 22:24:09 +0000 (17:24 -0500)
commit3f42743d6aa1326a80a0ed720a92266aa5fbf209
tree8f67c6c50753df23e759fdfee73c79072260718d
parentd7eae8c95ca8c5963fc78fc997ed0f2da76aed31
- 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
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/dialects/mysql/base.py
test/dialect/mysql/test_reflection.py