Skip to content

Tags: codedmc/mysql-connector-python

Tags

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

2.1.5

Toggle 2.1.5's commit message
BUG25215081: Remove dictionary comprehension lists

Dictionary comprehension lists is not supported in python 2.6 which causes
this error. Using the dict initializer with tuple works the same as
dictionary comprehension lists and is also supported in python 2.6.

2.2.2

Toggle 2.2.2's commit message
Update CPYINT revision