summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-02-12 17:41:27 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2012-02-12 17:41:27 -0500
commit5a6e05c91846119398cacb3240a00f135bdc4866 (patch)
tree62c4d30ed6a12b5862ebdc0c19ad8292c53f82a2 /CHANGES
parent233fbe2c5f270ee54262cbd3040316e89af2959c (diff)
downloadalembic-5a6e05c91846119398cacb3240a00f135bdc4866.tar.gz
- [bug] drop_index() ensures a dummy column
is added when it calls "Index", as SQLAlchemy 0.7.6 will warn on index with no column names.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5fbd3bc..7c27ecf 100644
--- a/CHANGES
+++ b/CHANGES
@@ -20,6 +20,10 @@
get the Engine from now. courtesy
Marcin Kuzminski [#30]
+- [bug] drop_index() ensures a dummy column
+ is added when it calls "Index", as SQLAlchemy
+ 0.7.6 will warn on index with no column names.
+
0.2.1
=====
- [bug] Fixed the generation of CHECK constraint,