]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Fix more type hint of server_default
authorDenis Laxalde <denis@laxalde.org>
Wed, 2 Apr 2025 21:47:44 +0000 (17:47 -0400)
committersqla-tester <sqla-tester@sqlalchemy.org>
Wed, 2 Apr 2025 21:47:44 +0000 (17:47 -0400)
commit41198bb1a84960e908d10c61f1a96bf594a33c23
tree61415937a75f3b18e174bc755b813caf41f6c5fa
parentdb12e1918556dd463847db9ffb3e761231df9b1d
Fix more type hint of server_default

Follow-up commit db12e1918556dd463847db9ffb3e761231df9b1d (which is probably sufficient for type checking) by making all annotations of server_default consistent.

Closes: #1642
Pull-request: https://github.com/sqlalchemy/alembic/pull/1642
Pull-request-sha: f47c77942042a0cb3432e916f5b307aed5225533

Change-Id: Ida7ada422339caeeb368fa51463a173642dd67a7
alembic/ddl/impl.py
alembic/ddl/mysql.py
alembic/ddl/postgresql.py