Skip to content

use column.copy() for column operations due to SQLAlchemy "column is already attached" issue #753

Description

@zzzeek

the change in sqlalchemy/sqlalchemy#5618 is now hitting me as I'm trying to write a recipe for someone. when we take columns into the operations we should just run _copy() on them so that we dont get the already attached to table issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions