Skip to content

Tags: elinaldosoft/mysql-connector-python

Tags

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

2.0.5

Toggle 2.0.5's commit message
Fix copyright year in README.txt

2.1.4

Toggle 2.1.4's commit message
Fix TypeError exception found in BUG22529828 patch using Python 2

2.2.1-m2

Toggle 2.2.1-m2's commit message
Removed BUG23722871 fix changelog entry as requested by QA