]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- ensure it's clear that all DDLEvents can be associated
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 2 Feb 2018 20:46:30 +0000 (15:46 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 2 Feb 2018 20:47:42 +0000 (15:47 -0500)
commit56ff3c5270b4393c1ae800756f3619583a0fb255
treebc6f312d130e2ac23fe14dc720490b71e73373f2
parenta721e7083f3a824c4503b78d83e58f2235cd4991
- ensure it's clear that all DDLEvents can be associated
using propagate=True, which is consulted within the scope
of Table.tometadata().  Fixes: #4179

Change-Id: I0cb0d8f6a894bb645cfc94b3d9083339039c9193
lib/sqlalchemy/events.py