]> 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:43:05 +0000 (15:43 -0500)
commit55f6d61e85b7f16df0b77f1c55a4fb051cd696e3
tree574ee8c8f91740689cace7b09addc78bffb00de3
parent8fabe50d7a47b50215a7ea4cf1d39409d9529e51
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
lib/sqlalchemy/testing/requirements.py
test/dialect/mssql/test_types.py