]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Modified Column.copy() to use _constructor(),
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 24 Sep 2011 00:51:58 +0000 (20:51 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 24 Sep 2011 00:51:58 +0000 (20:51 -0400)
commite4c04590a6438f73278675e96dd84b57121eeb5f
tree2f202d4b32b85e1386c73627c7c0da12ca089033
parent127c48252edc2d431a10dbe5b3c3ae77d16ac479
  - Modified Column.copy() to use _constructor(),
    which defaults to self.__class__, in order to
    create the new object.  This allows easier support
    of subclassing Column.  [ticket:2284]
CHANGES
lib/sqlalchemy/schema.py
test/sql/test_metadata.py