]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug in :meth:`.Table.tometadata` method where the
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 29 Nov 2014 19:44:26 +0000 (14:44 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 29 Nov 2014 19:46:34 +0000 (14:46 -0500)
commit98c2a679707432e6707ba70f1aebd10b28b861a3
tree3059b56231a8dfc3df208df2b57230855d295867
parentde62497b03274c860ea2554dfbacb3064ce02c19
- Fixed bug in :meth:`.Table.tometadata` method where the
:class:`.CheckConstraint` associated with a :class:`.Boolean`
or :class:`.Enum` type object would be doubled in the target table.
The copy process now tracks the production of this constraint object
as local to a type object.
fixes #3260
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/sql/schema.py
lib/sqlalchemy/sql/sqltypes.py
test/sql/test_metadata.py