1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
|
MySQL Connector/Python - Release Notes / ChangeLog
Copyright (c) 2009, 2014, Oracle and/or its affiliates. All rights reserved.
Full release notes:
http://dev.mysql.com/doc/relnotes/connector-python/en/
1.2.3 (2014-07-23)
------------------
* BUG#19163169: Add support for Django 1.7
* BUG#19225481: Fix floating point inaccuracy with Python v2
* BUG#19164627: Fix cursor trying to decode linestring data as utf-8
* BUG#18956789: Fix Django TimeField 00:00:00 converting to MySQL NULL
* BUG#18843153: Fix Django to check connection on each request
* BUG#18694096: Fixed negative conversion timedelta values
* BUG#18814880: Fix stopping mysqld running unit tests on Windows
* BUG#18742429: Fix prepared statements returning lots of columns
* BUG#19444705: Fix Connector/Python dependency for utilities 1.5.1
* BUG#19440592: Fix exception not captured when SSL is unavailable
1.2.2 (2014-05-27)
------------------
* BUG#18676741: Fixed bootstrapping tests using MySQL 5.5
* BUG#17995416: Fixed WRR scheduling for Fabric
* BUG#17957509: Added ReadMe and License files when installing DMG
* BUG#18380134: Fixed Connector/Python to work with south
* BUG#18527437: Fixed failing of unittests when --host=::1 is an argument
* BUG#18550039: Fixed building RPM for Connector/Python
* BUG#18415927: Fixed authentication with SECURE_CONNECTION unset
* BUG#18422727: Removed GPL license in the commercial deb package
* BUG#18527132: Fixed presence of empty documents in MSI build
* BUG#18463182: Fixed user argument for Fabric
* BUG#18511061: Fix unittest compatibility with MySQL 5.7.4
* BUG#18389196: Fixed inserting parameters multiple times in a statement
* BUG#18258807: Fixed raising better error with unconvertible python type
* BUG#18144971: Error with unicode arguments in prepared statements
* BUG#18465031: Fixed Python v3 tests on Windows
* BUG#18380100: Fix introspection for Django and Python v3
* BUG#18465605: Fixed testing using relative server folder
1.2.1 (2014-03-31)
------------------
* WL#7387: Reporting failures to Fabric
* WL#6166: Added connection fail-over support
* WL#7542: Added method for clearing session state
* WL#7558: Support for MySQL Fabric credentials
* BUG#18220593: Fixed executemany() for unicode operations
* BUG#18143073: Added removal of fabric folder in RPM spec files
* BUG#18358832: Fixed Fabric import for Python v3
* BUG#16217765: Fixed authentication support for MySQL 5.6
* BUG#18172769: Fixed set_autocommit to retain autocommit value
* BUG#18187561: Fixed Django backend errors with time functions
* BUG#17054848: Fixed using SSL without key and certificate
* BUG#17965619: Fixed MySQLCursor.callproc method with bytes parameters
* BUG#18227513: Fixed dumping information from Fabric
* BUG#18075339: Changed default MySQL Fabric port
* BUG#17857712: Added fixes to use CPY with Django 1.6
* BUG#18040042: Fixed clearing session with pooled connection
* BUG#17826833: Fixed executemany for INSERT with no VALUES-clause
* BUG#17573172: Added support for access modes for START TRANSACTION
* BUG#17889076: Fixed error handling for unittests.py using -t option
* BUG#17780576: Added support for utf8mb4 character set
* BUG#17958420: Fix error handling parse_column_count()
* BUG#18047794: Fixed handling non-existing table in shard
* BUG#18047591: Fixed default mode to read-write group lookup
* BUG#18055719: Fixed passing Fabric connect attempt settings
* BUG#18047758: Fixed type checking in set_property
* BUG#18054810: Fixed output of pylint to include msg_id
* BUG#17887240: Fix testing style of Fabric
1.2.0a1 (2013-12-19)
--------------------------
* WL7433: Adding support for MySQL Fabric
|