]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Fixed missing prefix on FetchedValue
authordavid-fed <47917339+david-fed@users.noreply.github.com>
Mon, 7 Jul 2025 20:44:15 +0000 (16:44 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 8 Jul 2025 14:47:44 +0000 (10:47 -0400)
commitaa2ccd8483bced33b53b0e2b38c0f94f291f344b
tree99120ef5d3c910d5f51257f90364322ea637a137
parent0505047601a53060144161d79249d1451b9f4e2b
Fixed missing prefix on FetchedValue

Fixed the rendering of ``server_default=FetchedValue()`` to ensure it is
preceded by the ``sa.`` prefix in the migration script. Pull request
courtesy david-fed.

Fixes: #1633
Closes: #1691
Pull-request: https://github.com/sqlalchemy/alembic/pull/1691
Pull-request-sha: 468ad598c7975d240c3b9911585b3367f32900af
Change-Id: I828655e26c5e6d2a39d5407dbcc20bda19d11a7a
alembic/autogenerate/render.py
docs/build/unreleased/1633.rst [new file with mode: 0644]
tests/test_autogen_render.py