]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Table columns and constraints can be overridden on a
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 10 Feb 2008 23:39:09 +0000 (23:39 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 10 Feb 2008 23:39:09 +0000 (23:39 +0000)
commit90c572b513fb33cb5cd17134efb6018abc76bb1f
treececf7e9a4a8550f84232bb6915e4d9b8debe0c00
parent1ddf4af3552cf28739fb8ca1be7e521767cc034c
- Table columns and constraints can be overridden on a
an existing table (such as a table that was already
reflected) using the 'useexisting=True' flag, which now
takes into account the arguments passed along with it.
- fixed one element of [ticket:910]
- refactored reflection test
CHANGES
lib/sqlalchemy/schema.py
test/engine/metadata.py
test/engine/reflection.py
test/testlib/__init__.py
test/testlib/testing.py