]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Add changelog file.
authorGord Thompson <gord@gordthompson.com>
Fri, 20 Dec 2019 12:57:35 +0000 (05:57 -0700)
committerGord Thompson <gord@gordthompson.com>
Tue, 31 Dec 2019 02:56:33 +0000 (19:56 -0700)
doc/build/changelog/unreleased_13/5045.rst [new file with mode: 0644]

diff --git a/doc/build/changelog/unreleased_13/5045.rst b/doc/build/changelog/unreleased_13/5045.rst
new file mode 100644 (file)
index 0000000..9ca3105
--- /dev/null
@@ -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.