summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-05-01 11:19:54 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2012-05-01 11:19:54 -0400
commit494ac8d84a4e827fcf7dc117b84ba76f442d60a2 (patch)
tree57b5ae7a873ea5eab423aa0642dff3aa1c9d9f1b /CHANGES
parent7835a323a7e41558989afcb2eeaa73b968dd9e34 (diff)
downloadalembic-494ac8d84a4e827fcf7dc117b84ba76f442d60a2.tar.gz
- [bug] Added "type" argument to op.drop_constraint(),
and implemented full constraint drop support for MySQL. CHECK and undefined raise an error. MySQL needs the constraint type in order to emit a DROP CONSTRAINT. #44
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 40a5765..4a20a5e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,11 @@
+0.3.3
+=====
+- [bug] Added "type" argument to op.drop_constraint(),
+ and implemented full constraint drop support for
+ MySQL. CHECK and undefined raise an error.
+ MySQL needs the constraint type
+ in order to emit a DROP CONSTRAINT. #44
+
0.3.2
=====
- [feature] Basic support for Oracle added,