Column.copy() does not copy "autoincrement" attribute

Issue #1021 resolved
Former user created an issue

This has annoying side-effects when using migrate.changeset to alter primary_key int columns as the autoincrement attribute becomes True no matter what you want.

The attached patch fix the issue.

Thanks

Christophe

Comments (3)

  1. Log in to comment