]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Fix more type hint of server_default 1642/head
authorDenis Laxalde <denis@laxalde.org>
Wed, 2 Apr 2025 11:42:28 +0000 (13:42 +0200)
committerDenis Laxalde <denis@laxalde.org>
Wed, 2 Apr 2025 20:51:49 +0000 (22:51 +0200)
commitf47c77942042a0cb3432e916f5b307aed5225533
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.
alembic/ddl/impl.py
alembic/ddl/mysql.py
alembic/ddl/postgresql.py