From: Mike Bayer Date: Wed, 21 Apr 2021 01:34:23 +0000 (-0400) Subject: fix changelog entry X-Git-Tag: rel_1_4_10~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a9ff98426c99c9fa08445a8a4e7ec9d005d36eb5;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix changelog entry Change-Id: I2d4eb4b5d4fa351a476fc4afe944fb449d451b94 --- diff --git a/doc/build/changelog/unreleased_14/6287.rst b/doc/build/changelog/unreleased_14/6287.rst index 6dfc18319a..4ef0d4af7e 100644 --- a/doc/build/changelog/unreleased_14/6287.rst +++ b/doc/build/changelog/unreleased_14/6287.rst @@ -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.