Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update alembic to 1.0.10 #614

Merged
merged 1 commit into from
Apr 29, 2019
Merged

Conversation

pyup-bot
Copy link
Contributor

This PR updates alembic from 1.0.9 to 1.0.10.

Changelog

1.0.10

:released: April 28, 2019

 .. change::
    :tags: bug, commands
    :tickets: 552

    Fixed bug introduced in release 0.9.0 where the helptext for commands
    inadvertently got expanded to include function docstrings from the
    command.py module.  The logic has been adjusted to only refer to the first
    line(s) preceding the first line break within each docstring, as was the
    original intent.

 .. change::
     :tags: bug, operations, mysql
     :tickets: 551

     Added an assertion in :meth:`.RevisionMap.get_revisions` and other methods
     which ensures revision numbers are passed as strings or collections of
     strings.   Driver issues particularly on MySQL may inadvertently be passing
     bytes here which leads to failures later on.

 .. change::
     :tags: bug, autogenerate, mysql
     :tickets: 553

     Fixed bug when using the
     :paramref:`.EnvironmentContext.configure.compare_server_default` flag set
     to ``True`` where a server default that is introduced in the table metadata
     on an ``Integer`` column, where there is no existing server default in the
     database, would raise a ``TypeError``.

.. changelog::
Links

@coveralls
Copy link

Coverage Status

Coverage remained the same at 30.417% when pulling 0283b18 on pyup-update-alembic-1.0.9-to-1.0.10 into 5241de5 on master.

@calixteman calixteman merged commit 22a6882 into master Apr 29, 2019
@marco-c marco-c deleted the pyup-update-alembic-1.0.9-to-1.0.10 branch June 27, 2019 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants