]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Further refine fractional seconds datetimeoffset fixture
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 17 Feb 2020 14:41:59 +0000 (09:41 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 17 Feb 2020 14:41:59 +0000 (09:41 -0500)
commita8b4ea8819e08c0eaa74b53385a91c22916401c7
treefcd4c37ee08ad21197ac816739d6753baacd8e8b
parent2f27dd35020be46b35717cffdccaefc97b5f67dd
Further refine fractional seconds datetimeoffset fixture

in 55f6d61e85b7f16df0b77f1c55a4fb051cd696e3 we still
forgot to accommodate for Python 3 timezone constructor
rejecting fractional minutes so the test further needs lambdas
to prevent the constructor from invoking for Python versions
less than 3.7

Change-Id: I02a83888f5ffbbe53ed0ce16c46a70942add4a3c
test/dialect/mssql/test_types.py