]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
support 'append_delimiter' to fix #1679
authorjonathan vanasco <jonathan@2xlp.com>
Mon, 16 Jun 2025 15:36:20 +0000 (11:36 -0400)
committerMichael Bayer <mike_mp@zzzcomputing.com>
Mon, 16 Jun 2025 17:22:39 +0000 (17:22 +0000)
commitd00e8541dddf3a5a5b1d8ea7425c2bcd97f26a03
treecad54d4e34393707bc8aa7c33ac064615510170f
parent0109a93ff7da38d50c20ae0035c2105bf0d83927
support 'append_delimiter' to fix #1679

Fixed rendering of ``pyproject.toml`` to include two newlines when
appending content to an existing file.  Pull request courtesy Jonathan
Vanasco.

Co-authored-by: Mike Bayer <mike_mp@zzzcomputing.com>
Fixes: #1679
Closes: #1680
Pull-request: https://github.com/sqlalchemy/alembic/pull/1680
Pull-request-sha: 20b2aca0d2f6a8f5957063b950e45874343e9a99

Change-Id: Ic2e76a3f791dbda0bd61f09a2c7bafbcdab5eb7f
alembic/script/base.py
alembic/util/pyfiles.py
docs/build/unreleased/1679.rst [new file with mode: 0644]
tests/test_command.py