Table.copy should always consider key rather than name

Issue #2643 resolved
richardmurri created an issue

When copying a primary key column that is also a foreign key using tometadata, if the foreign key column specifies a key instead of defaulting to the name then sqlalchemy can't determine the column that is foreign keyed.

Comments (4)

  1. Log in to comment