]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Added changelog file 5714/head
authorGord Thompson <gord@gordthompson.com>
Mon, 7 Dec 2020 23:35:37 +0000 (16:35 -0700)
committerGord Thompson <gord@gordthompson.com>
Mon, 7 Dec 2020 23:35:37 +0000 (16:35 -0700)
doc/build/changelog/unreleased_14/5659.rst [new file with mode: 0644]

diff --git a/doc/build/changelog/unreleased_14/5659.rst b/doc/build/changelog/unreleased_14/5659.rst
new file mode 100644 (file)
index 0000000..354a650
--- /dev/null
@@ -0,0 +1,7 @@
+.. change::
+    :tags: datatypes, feature
+    :tickets: 5659
+
+    Added :meth:`_types.TypeEngine.as_generic` to map dialect-specific types,
+    e.g., ``INTEGER`` with the "best match" generic SQLAlchemy type,
+    e.g., ``Integer``. Pull request courtesy Andrew Hannigan.