]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- extend pullreq github:213 to also include DATETIMEOFFSET and TIME,
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 14 Nov 2015 17:36:09 +0000 (12:36 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 14 Nov 2015 17:40:34 +0000 (12:40 -0500)
commit08f056cf9cdbd7b1bd4dd12d7f7916253fd1b654
treedf4167829d15cbfb02f2ac46ac5082f97cfda43a
parentf34deb456e9d2a82fa8f2f1accc20a896760bd17
- extend pullreq github:213 to also include DATETIMEOFFSET and TIME,
which also accept zero precision
- extend test case here to include a backend-agnostic suite
- changelog for MSSQL date fix

(cherry picked from commit 0847097c29ab48a5f111518e2c6ee324d5242057)
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/dialects/mssql/base.py
test/dialect/mssql/test_types.py