]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- schema.copy() functions will copy dispatch, but only for those events
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 1 Feb 2011 14:26:36 +0000 (09:26 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 1 Feb 2011 14:26:36 +0000 (09:26 -0500)
commit54cc2aa18c5e7db8b8121969e67b8e18f3c2362b
tree173fed5b5f2d8cf04619212a7c169942b09a3fe2
parent12073e281eebdece0fe4e24c6704d57eafdc9247
- schema.copy() functions will copy dispatch, but only for those events
added with propagate=True.   needs tests
- oracle/fb test schema uses event w/ propagate=True to apply
Sequence to primary key columns with test_needs_autoincrement.
this does actually test the propagate=True flag a bit since it's
needed in the declarative mixin tests where the 'id' column
is copied.
lib/sqlalchemy/schema.py
test/lib/schema.py