]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Fixed rendering of index expressions in MySQL main
authordavid-fed <47917339+david-fed@users.noreply.github.com>
Tue, 15 Jul 2025 12:38:28 +0000 (08:38 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 15 Jul 2025 14:44:16 +0000 (10:44 -0400)
commitcd4f404358f101b2b930013c609c074baca61468
tree6a89b043e01b8fef9cf74121500b1263bb653e88
parenta9f860bf390b76a376fa206d62faf6f546969142
Fixed rendering of index expressions in MySQL

Fixed Python-side autogenerate rendering of index expressions in MySQL
dialect by aligning it with SQLAlchemy's MySQL index expression rules. Pull
request courtesy david-fed.

Fixes: #1492
Closes: #1695
Pull-request: https://github.com/sqlalchemy/alembic/pull/1695
Pull-request-sha: 8f9ed8f3189d2d99d9bea03cbaaabb937af40bba

Change-Id: I3b838b4b7a44e3d5a279ba30624c1552f99959d7
alembic/ddl/mysql.py
docs/build/unreleased/1492.rst [new file with mode: 0644]
tests/test_mysql.py