From: Gord Thompson Date: Fri, 20 Dec 2019 12:57:35 +0000 (-0700) Subject: Add changelog file. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8dcfc2c4a0446a0af2bff1e60e7f189ed6e65e45;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Add changelog file. --- diff --git a/doc/build/changelog/unreleased_13/5045.rst b/doc/build/changelog/unreleased_13/5045.rst new file mode 100644 index 0000000000..9ca3105450 --- /dev/null +++ b/doc/build/changelog/unreleased_13/5045.rst @@ -0,0 +1,7 @@ +.. change:: + :tags: bug, mssql + :tickets: 5045 + + Fixed issue where a timezone-aware ``datetime`` value being converted + to string (for use as a parameter value of a ``datetimeoffset`` + column) was omitting the fractional seconds.