]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- don't add the parent attach event within _on_table_attach
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 15 Aug 2014 18:27:12 +0000 (14:27 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 15 Aug 2014 18:27:12 +0000 (14:27 -0400)
commitd768ec2c266ec462a8ff0b782516c494c451f2db
tree72874a7fff8c8886da86bbe1fff4d519b9009d2d
parentb0411e80df13d347104a60c512aeb18b6479bb12
- don't add the parent attach event within _on_table_attach
if we already have a table; this prevents reentrant calls and
we aren't supporting columns/etc being moved around between different parents
lib/sqlalchemy/sql/schema.py
test/sql/test_metadata.py