Skip to content

Commit

Permalink
- changelog for #361, fixes #361
Browse files Browse the repository at this point in the history
- rename test
  • Loading branch information
zzzeek committed Mar 16, 2016
1 parent f70f754 commit 11ad2a8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/build/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/test_batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 11ad2a8

Please sign in to comment.