summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-04-26 18:07:06 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2012-04-26 18:07:06 -0400
commit22c36646b82ab1c4d076fc52e4c7e741ca56567c (patch)
tree9abb3bbe60582f9f5392c78b34b3d6a01aa93f1b /CHANGES
parent2747894d2c5212e718a2631eb4984b55074f710a (diff)
downloadalembic-22c36646b82ab1c4d076fc52e4c7e741ca56567c.tar.gz
- [bug] Fixed bug whereby create_unique_constraint()
would include in the constraint columns that are added to all Table objects using events, externally to the generation of the constraint.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0f98084..241c57a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,11 @@
ForeignKey target in column alter operations,
courtesy Alexander Kolov.
+- [bug] Fixed bug whereby create_unique_constraint()
+ would include in the constraint columns that
+ are added to all Table objects using events,
+ externally to the generation of the constraint.
+
0.3.1
=====
- [bug] bulk_insert() fixes: