]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- the copy() method of Column now copies over uninitialized
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 11 Mar 2010 17:42:06 +0000 (12:42 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 11 Mar 2010 17:42:06 +0000 (12:42 -0500)
commit19de4da70f714a1918ed1370f9a4ac589f20b7de
tree6a6fdf8aea3699cd398f28a2f0044d813ea7bfc4
parent86df449c2b724341f3d3f322ad71252b287e1f12
- the copy() method of Column now copies over uninitialized
"on table attach" events.  Helps with the new declarative
"mixin" capability.
CHANGES
lib/sqlalchemy/schema.py
test/engine/test_metadata.py