]> 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:23:33 +0000 (03:23 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 2 Jan 2010 03:23:33 +0000 (03:23 +0000)
commit9be9e473c535d5ea9fa2c55766cdfb47012af8df
treef4337a1324b95b8a7a87a13722189a1160629a54
parent67e63bc7c472d959f3fac954afd1858e18dd4453
- 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.
CHANGES
lib/sqlalchemy/schema.py
test/engine/test_metadata.py