summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 90124c05a..e94826405 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,11 @@ CHANGES
MetaData instances and executed automatically when those
objects are created and/or dropped.
+ - 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.
+
- Added a callable-based DDL events interface, adds hooks
before and after Tables and MetaData create and drop.