]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- The copy() method on Column now supports uninitialized,
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 2 Jan 2010 03:50:50 +0000 (03:50 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 2 Jan 2010 03:50:50 +0000 (03:50 +0000)
commitd05a35daf82becc89a9493a178b76cc68363c4ae
tree99de001070e2aa9b4963ea5534968583ae979a40
parent9cdbf8e8fe0c5b01ca9e38aea49e6a05079402f0
- The copy() method on Column now supports uninitialized,
unnamed Column objects. This allows easy creation of
declarative helpers which place common columns on multiple
subclasses (merged from 0.5 with changes).
CHANGES
lib/sqlalchemy/schema.py
test/engine/test_metadata.py