]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Column.copy(), as used in table.tometadata(), copies the
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 30 Jan 2011 18:09:45 +0000 (13:09 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 30 Jan 2011 18:09:45 +0000 (13:09 -0500)
commit1c1ff92fa920374195578a8edaef75d96d37f415
treea819384eb3b9e8b5f187e217a3bc896974b1753c
parentd7b0e194db217fb05c324ef61dc008968b7bb571
  - Column.copy(), as used in table.tometadata(), copies the
    'doc' attribute.  [ticket:2028]
CHANGES
lib/sqlalchemy/schema.py
test/sql/test_metadata.py