From 11ad2a8dff73ce891d34b5cb54a23da90bb93481 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 16 Mar 2016 15:25:01 -0400 Subject: [PATCH] - changelog for #361, fixes #361 - rename test --- docs/build/changelog.rst | 9 +++++++++ tests/test_batch.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index 4989d49b..a4fea827 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -6,6 +6,15 @@ Changelog .. changelog:: :version: 0.8.6 + .. change:: + :tags: bug, batch + :tickets: 361 + :pullreq: bitbucket:55 + + Fixed bug introduced by the fix for :ticket:`338` in version 0.8.4 + where a server default could no longer be dropped in batch mode. + Pull request courtesy Martin Domke. + .. change:: :tags: bug, batch, mssql :pullreq: bitbucket:53 diff --git a/tests/test_batch.py b/tests/test_batch.py index 829dc1b1..6e55eaca 100644 --- a/tests/test_batch.py +++ b/tests/test_batch.py @@ -369,7 +369,7 @@ def test_add_server_default(self): new_table.c.y.server_default.arg, "10" ) - def test_change_server_default(self): + def test_drop_server_default(self): impl = self._server_default_fixture() impl.alter_column('tname', 'thing', server_default=None) new_table = self._assert_impl(