Skip to content

Tags: rifatSDAS/mysql-connector-python

Tags

8.0.18

Toggle 8.0.18's commit message
Update of the license files

8.0.17

Toggle 8.0.17's commit message
- Fixed the formatting in license text for C/Python 8.0.17 release

- CPYINT branch:53ac01

8.0.16

Toggle 8.0.16's commit message
BUG29521636: Add missing mysqlx_prepare_pb2.py file in MSI product.wxs

8.0.15

Toggle 8.0.15's commit message
Prepare release 8.0.15

8.0.14

Toggle 8.0.14's commit message
BUG29034868: Fix wrong WL number in CHANGES.txt

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