summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-03-16 19:26:21 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2014-03-16 19:26:21 -0400
commitb61eccce5e45651ccdb25e61dbfce6b7af0ebe89 (patch)
treed07ae8776e0f7b3a6d1975bf4e59ce64580ac801 /docs
parenta9426a4ec4f14aa12c17f22505771a484c87c304 (diff)
downloadalembic-b61eccce5e45651ccdb25e61dbfce6b7af0ebe89.tar.gz
- Added/fixed support for MySQL "SET DEFAULT" / "DROP DEFAULT" phrases,
which will now be rendered if only the server default is changing or being dropped (e.g. specify None to alter_column() to indicate "DROP DEFAULT"). Also added support for rendering MODIFY rather than CHANGE when the column name isn't changing. fixes #103
Diffstat (limited to 'docs')
-rw-r--r--docs/build/changelog.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst
index 8fae97e..8ba2855 100644
--- a/docs/build/changelog.rst
+++ b/docs/build/changelog.rst
@@ -6,6 +6,16 @@ Changelog
:version: 0.6.4
.. change::
+ :tags: bug, mysql
+ :tickets: 103
+
+ Added/fixed support for MySQL "SET DEFAULT" / "DROP DEFAULT" phrases,
+ which will now be rendered if only the server default is changing
+ or being dropped (e.g. specify None to alter_column() to indicate
+ "DROP DEFAULT"). Also added support for rendering MODIFY rather than
+ CHANGE when the column name isn't changing.
+
+ .. change::
:tags: bug
:tickets: 190