From a9ff98426c99c9fa08445a8a4e7ec9d005d36eb5 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 20 Apr 2021 21:34:23 -0400 Subject: [PATCH] fix changelog entry Change-Id: I2d4eb4b5d4fa351a476fc4afe944fb449d451b94 --- doc/build/changelog/unreleased_14/6287.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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. -- 2.47.3