]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix changelog entry
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 21 Apr 2021 01:34:23 +0000 (21:34 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 21 Apr 2021 01:34:23 +0000 (21:34 -0400)
Change-Id: I2d4eb4b5d4fa351a476fc4afe944fb449d451b94

doc/build/changelog/unreleased_14/6287.rst

index 6dfc18319aa443705320ee542b6262466ae27c81..4ef0d4af7e17627b0fb31347b90896dfba1790bb 100644 (file)
@@ -1,7 +1,7 @@
 .. change::
-    :tags: bug
+    :tags: bug, schema
     :tickets: 6287
-    :versions: 1.4.9
 
-    Fixed a bug where ``sqlalchemy.sql.functions.next_value`` was not deriving
-    its ``type`` from the ``Sequence`` that created it.
+    Fixed issue where :func:`_functions.next_value` was not deriving its type
+    from the corresponding :class:`_schema.Sequence`, instead hardcoded to
+    :class:`_types.Integer`. The specific numeric type is now used.