Skip to content

support **kwargs for Column / add_column() / autogenerate #518

@sqlalchemy-bot

Description

@sqlalchemy-bot

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

No one assigned

    Labels

    Fast-TrackPrioritise this issue and release when resolved outside of release cycleautogenerate - rendering

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions