]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed column.copy() to copy defaults and onupdates.
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 28 Aug 2009 19:00:44 +0000 (19:00 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 28 Aug 2009 19:00:44 +0000 (19:00 +0000)
commitf892d1a3fe8e349d1008bee51be5633dbfbf1189
treeb57745005eb7ed8502a5e8db3daa62974dac07cc
parent7e0614fc7a3c9be0c00cbd1a8fcf9c979174c01c
- Fixed column.copy() to copy defaults and onupdates.
[ticket:1373]
CHANGES
lib/sqlalchemy/schema.py
lib/sqlalchemy/test/testing.py
test/engine/test_metadata.py