-
-
Notifications
You must be signed in to change notification settings - Fork 305
Closed
Labels
Fast-TrackPrioritise this issue and release when resolved outside of release cyclePrioritise this issue and release when resolved outside of release cycleautogenerate - rendering
Description
Migrated issue, originally created by Michael Bayer (@zzzeek)
In SQLAlchemy zzzeek/sqlalchemy@de804d7245d we added support for **kwargs in Column. op.alter_column() needs to support these and they should also autogen render in the same way as options for CreateIndexOp. The immediate need is for redshift-sqlalchemy to make use of this, as they use info now https://github.com/sqlalchemy-redshift/sqlalchemy-redshift/blob/master/sqlalchemy_redshift/dialect.py#L238 but .info is too open-ended to render within autogenerate.
Metadata
Metadata
Assignees
Labels
Fast-TrackPrioritise this issue and release when resolved outside of release cyclePrioritise this issue and release when resolved outside of release cycleautogenerate - rendering