Skip to content

Pickle Column Error #1

@limodou

Description

@limodou

If my Model has a Pickle column, then when I run alembic upgrade will complain an error, I found the versions file will be:

sa.Column('content', sa.PickleType(pickler=<module 'cPickle' (built-in)>), nullable=True)

So I think it's a bug. I can change above as:

sa.Column('content', sa.PickleType(), nullable=True)

Then the error is fixed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions