]> 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:25:27 +0000 (17:25 -0500)
commitf3137aa45998d633703327345e0f4119e70cf08c
treee643dea944bd8a6649a046c5592c0ac377e62124
parentc18ff4e404af8d856582d71b96b4a758129f3c52
- 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)
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/dialects/mysql/base.py
test/dialect/mysql/test_reflection.py