diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-10-18 20:01:45 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-10-18 20:01:45 -0400 |
commit | 73669c7284548d0e5ab2147f66174c301e732650 (patch) | |
tree | d3d201b4528d41f661a39430801785b228c10760 /lib/sqlalchemy/sql/compiler.py | |
parent | 71e043aaae1ff9cbf0597846b4cfdf645a46ebdf (diff) | |
download | sqlalchemy-73669c7284548d0e5ab2147f66174c301e732650.tar.gz |
- The :meth:`.Table.tometadata` method now produces copies of
all :attr:`.SchemaItem.info` dictionaries from all :class:`.SchemaItem`
objects within the structure including columns, constraints,
foreign keys, etc. As these dictionaries
are copies, they are independent of the original dictionary.
Previously, only the ``.info`` dictionary of :class:`.Column` was transferred
within this operation, and it was only linked in place, not copied.
[ticket:2716]
Diffstat (limited to 'lib/sqlalchemy/sql/compiler.py')
0 files changed, 0 insertions, 0 deletions