1
1
====================================================
2
- MySQL Connector/Python 2.1 - Release Notes & Changes
2
+ MySQL Connector/Python 2.2 - Release Notes & Changes
3
3
====================================================
4
4
5
5
MySQL Connector/Python
@@ -8,54 +8,8 @@ Copyright (c) 2009, 2016, Oracle and/or its affiliates. All rights reserved.
8
8
Full release notes:
9
9
http://dev.mysql.com/doc/relnotes/connector-python/en/
10
10
11
- v2.1.4
11
+ v2.2.0
12
12
======
13
13
14
-
15
- v2.1.3
16
- ======
17
-
18
- - BUG#21782246: Fix Install check of bitness of libmysql c client fails
19
- - BUG#21505096: MySQL Connector python 2.1.2 does not ship with required __init.py__ files
20
- - BUG#21499127: Fix copyright year in README.txt
21
- - BUG#21420633: Fix CExtension crashing while fetching large number of NULL value
22
- - BUG#21420906: Fix connect using SHA256 user with blank password
23
- - BUG#21090014: Fix handshake with MySQL server 5.5.8
24
- - BUG#21054559: Using a binary field in Django raises an exception
25
- - BUG#21054556: Attribute error raised with Django
26
- - BUG#20638660: The account_locked needs value for MySQL 5.7.6
27
- - BUG#20653441: C/Py hangs if a query is killed
28
- - BUG#20987205: C/Py Django backend doesn't work with Django 1.8
29
- - BUG#21492815: Fix callproc when consuming results turned on
30
- - BUG#21529781: Fix usage of auth_plugin option with CExtension
31
- - BUG#21535573: Fix character decoding of identifiers using CExtension
32
- - BUG#21536507: Fix raising warnings as exceptions
33
- - BUG#21490865: Fix compiling CExtension with relocated libmysqlclient
34
- - BUG#21492428: Fix using passwords with leading/trailing whitespaces
35
- - BUG#21541244: Fix running unit tests for MySQL server 5.5
36
-
37
- v2.1.2b1
38
- ========
39
-
40
- - WL7956: Support MySQL Protocol connecting to MySQL Fabric
41
- - BUG20462427: Fix receiving large field data from server
42
- - BUG20365619: Fix MySQL version detection for C Extension
43
- - BUG20301989: Fix conversion of empty set
44
- - BUG20407036: Fix incorrect arguments to mysld_stmt_execute error
45
- - BUG20106629: Support Django Safetext and SafeBytes type
46
- - BUG20324089: Fix HASH baesd sharding with MySQL Fabric
47
- - BUG20217174: Fix install command honouring --install-lib when given
48
- - BUG19777815: Add support for warnings with MySQLCursor.callproc()
49
- - BUG19331658: Fix connection pooling with fabric
50
- - BUG19972427: Fix creating of redundant connections in Django
51
- - BUG20022533: Fix failing Django inspectdb command with C/Python
52
- - BUG19703022: Fix using passwords with integers only in option files
53
- - BUG19803702: Fix reporting errors with non-ascii characters
54
- - BUG20834643: Attribute Error while promoting servers using MySQL Fabric
55
- - BUG20811802: Fix buffered named tuple cursor with CExtension
56
-
57
- v2.1.1a1
58
- ========
59
-
60
- - WL7643: Add Python C Extension using Connector/C
14
+ - Provide initial implementation of new DevAPI
61
15
0 commit comments