Skip to content

Tags: styang90/mysql-connector-python

Tags

8.0.13

Toggle 8.0.13's commit message
BUG28673129: Client.close() method raises socket error on Py2.7

A second call to the close method of Client can raise a
sockect error. This seems to be a different behavios in the
sockect library on Python 2.7, This Patch adds a try catch
to avoid raising the error.

This patch also fixes some failing unittests on Pb2 machines.

2.1.8

Toggle 2.1.8's commit message
BUG28443941: differences on pure and c-ext in cmd_change_user()

The invocation of the method cmd_change_user() using the c extension
does not return any status information while the pure python
implementation it does.

This patch adds the missing status results for the cmd_change_user(),
in addition this patchs renames the server_status atribute name to
status_flag from the status information returned from fetch_eof_status()
to be consistent with the name.

8.0.12

Toggle 8.0.12's commit message
Update CPYINT branch

8.0.11

Toggle 8.0.11's commit message
BUG27837814: Fix missing .pyc files in Python 3 commercial packages

8.0.6

Toggle 8.0.6's commit message
Add pip installation instructions in the docs

8.0.5

Toggle 8.0.5's commit message
BUG26847553: Fix AttributeError when using pure Python Protobuf

Using a value of type list when setting an attribute in a Message object
throws an AttributeError.

This patch fix this issue by testing the value type and using the .extend()
method for list type values.

This patch also adds the encoding of string values types to bytes when using
Python 3.

2.1.7

Toggle 2.1.7's commit message
Update CPYINT revision

8.0.4

Toggle 8.0.4's commit message
Update CPYINT revision

2.1.6

Toggle 2.1.6's commit message
Add Python 3.4 and 3.5 as supported versions

2.2.3

Toggle 2.2.3's commit message
Update CPYINT revision