You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disable index quoting when applying truncated DDL rules
Fixed regression caused by 🎫421 which would
cause case-sensitive quoting rules to interfere with the
comparison logic for index names, thus causing indexes to show
as added for indexes that have case-sensitive names.
Fixed regression caused by 🎫`421` which would
cause case-sensitive quoting rules to interfere with the
comparison logic for index names, thus causing indexes to show
as added for indexes that have case-sensitive names.
Change-Id: Ibd73456109cc95362503576f379acd9f4f0d6d65
Fixes: sqlalchemy#472
vvvrrooomm
pushed a commit
to vvvrrooomm/alembic
that referenced
this issue
Jan 10, 2019
Fixed regression caused by 🎫`421` which would
cause case-sensitive quoting rules to interfere with the
comparison logic for index names, thus causing indexes to show
as added for indexes that have case-sensitive names.
Change-Id: Ibd73456109cc95362503576f379acd9f4f0d6d65
Fixes: sqlalchemy#472
Migrated issue, originally created by Michael Bayer (@zzzeek)
e.g. due to #421:
The text was updated successfully, but these errors were encountered: