]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Default generators like Sequence() translate correctly
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 7 Jan 2010 00:07:19 +0000 (00:07 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 7 Jan 2010 00:07:19 +0000 (00:07 +0000)
commitda4155b3fa714c58035a74767c2634546caed80d
tree216a98408862cf60ee44e7b60579bd6ba5df96d9
parente38962d1e97c08356320e26cc619d460fff607fb
- Default generators like Sequence() translate correctly
across a copy() operation.

- Sequence() and other DefaultGenerator objects are accepted
as the value for the "default" and "onupdate" keyword
arguments of Column, in addition to being accepted
positionally.
CHANGES
lib/sqlalchemy/schema.py
test/engine/test_metadata.py