Re: [Sqlalchemy-tickets] [sqlalchemy] #2716: table.tometadata(metadata) should copy column.info dic
Brought to you by:
zzzeek
|
From: sqlalchemy <mi...@zz...> - 2013-10-19 00:02:52
|
#2716: table.tometadata(metadata) should copy column.info dictionary instead of
referencing same dictionary
-----------------------------------+----------------------------------
Reporter: kentbower | Owner: zzzeek
Type: defect | Status: closed
Priority: high | Milestone: 0.9.0
Component: schema | Severity: minor - half an hour
Resolution: fixed | Keywords:
Progress State: completed/closed |
-----------------------------------+----------------------------------
Changes (by zzzeek):
* status: new => closed
* resolution: => fixed
* status_field: in queue => completed/closed
Comment:
there's info dictionaries on all `SchemaItem` objects, so the change in
r73669c7284548d0e5ab2147f66174 adds copying for all of these dictionaries
which previously weren't transferred at all.
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/2716#comment:3>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|