From 7d4016f26a9ecdd666736c7aefb508acaca8adfc Mon Sep 17 00:00:00 2001 From: FeeeeK <26704473+FeeeeK@users.noreply.github.com> Date: Sat, 14 Dec 2024 03:12:48 +0300 Subject: [PATCH] Add #12170 fix to changelog --- doc/build/changelog/unreleased_20/12170.rst | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/build/changelog/unreleased_20/12170.rst diff --git a/doc/build/changelog/unreleased_20/12170.rst b/doc/build/changelog/unreleased_20/12170.rst new file mode 100644 index 0000000000..452181efa3 --- /dev/null +++ b/doc/build/changelog/unreleased_20/12170.rst @@ -0,0 +1,7 @@ +.. change:: + :tags: bug, postgresql + :tickets: 12170 + + Fixed issue where creating a table with a primary column of + :class:`_sql.SmallInteger` and using the asyncpg driver would result in + the type being compiled to ``SERIAL`` rather than ``SMALLSERIAL``. -- 2.47.3