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 mysqlclient to 2.1.0 #150

Closed
wants to merge 1 commit into from

Conversation

pyup-bot
Copy link
Collaborator

This PR updates mysqlclient from 2.0.3 to 2.1.0.

Changelog

2.1.0

======================

Release: 2021-11-17

* Add ``multistatement=True`` option. You can disable multi statement. (500).
* Remove unnecessary bytes encoder which is remained for Django 1.11
compatibility (490).
* Deprecate ``passwd`` and ``db`` keyword. Use ``password`` and ``database``
instead. (488).
* Windows: Binary wheels are built with MariaDB Connector/C 3.2.4. (508)
* ``set_character_set()`` sends ``SET NAMES`` query always. This means
all new connections send it too. This solves compatibility issues
when server and client library are different version. (509)
* Remove ``escape()`` and ``escape_string()`` from ``MySQLdb`` package.
(511)
* Add Python 3.10 support and drop Python 3.5 support.

======================
Links

@pyup-bot
Copy link
Collaborator Author

Closing this in favor of #185

@pyup-bot pyup-bot closed this Jun 22, 2022
@herbetyp herbetyp deleted the pyup-update-mysqlclient-2.0.3-to-2.1.0 branch June 22, 2022 10:20
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

1 participant