]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add missing `SmallInteger` column spec for `asyncpg`
authorFeeeeK <26704473+FeeeeK@users.noreply.github.com>
Sat, 14 Dec 2024 08:03:24 +0000 (03:03 -0500)
committerFederico Caselli <cfederico87@gmail.com>
Tue, 17 Dec 2024 19:27:50 +0000 (20:27 +0100)
commitf7e3f811d4d85b6cc755b8ea0afe2eab54f5f8f5
tree062d457436f5c53c784a8962eebf595cb70abbce
parent29c1859a27738042231e0fb205cab35367b9663e
Add missing `SmallInteger` column spec for `asyncpg`

Adds missing column spec for `SmallInteger` in `asyncpg` driver

Fixes: #12170
Closes: #12171
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/12171
Pull-request-sha: 82886d8521cb4e78822d685a864a9af438f6ea6b

Change-Id: I2cb15f066de756d4e3f21bcac6af2cf03bd25a1c
(cherry picked from commit c5abd84a2c3c7a1f4e733dbee387aae939464f3e)
doc/build/changelog/unreleased_20/12170.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/postgresql/asyncpg.py
test/dialect/postgresql/test_dialect.py