]> 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:52 +0000 (15:47 -0500)
commita7a9800e4cbf130c427be9983efec5dfc5a7e3fd
tree7c8d4a7de01c1baabf297417c189a0de4324f331
parent5146c0b40273f47faa37da19a3d79c5c5e196195
- 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
(cherry picked from commit 56ff3c5270b4393c1ae800756f3619583a0fb255)
lib/sqlalchemy/events.py