]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fractional seconds starts at Python 3.7
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 13 Feb 2020 20:43:05 +0000 (15:43 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 13 Feb 2020 20:44:07 +0000 (15:44 -0500)
commit9ec151bbe4c31d8abe6de4cd36bd549c28dea536
treed944a12db0e36294a29edecee0f88f8597765ee6
parentc5d51df5e4fe329913ad4c04ed7db8e1c61c3b84
Fractional seconds starts at Python 3.7

CI didn't notice that the fractional seconds in the new SQL Server
DATETIMEOFFSET test are not available on Python 3.6. It was
inadvertently assumed this was a Python 2 incompatibility.

Change-Id: I9839eafbf7c37512eef1ecf666846983f9651c02
(cherry picked from commit 55f6d61e85b7f16df0b77f1c55a4fb051cd696e3)
lib/sqlalchemy/testing/requirements.py
test/dialect/mssql/test_types.py