Path to this page:
Subject: CVS commit: pkgsrc/databases/py-mysql-connector
From: Adam Ciarcinski
Date: 2015-10-03 14:49:11
Message id: 20151003124911.46A4698@cvs.netbsd.org
Log Message:
Changes 2.1.3:
* Connector/Python is now compatible with Django 1.8.
* When using the C Extension with raise_on_warnings=True, errors were not thrown \
as exceptions when an executed statement produced an error, and it was not \
possible to reuse the cursor if the statement produced a result set.
* When using the C Extension, character decoding of identifiers (database, \
table, column names) in result sets could fail.
* When using the C Extension with the auth_plugin option, connect() calls failed.
* In connections for which consume_results=True, callproc() could hang.
* Connections failed if the password began or ended with spaces because they \
were being stripped before the connection attempt.
* Connection failure occurred for accounts authenticated with the \
sha256_password authentication plugin that had a blank password.
* The Connector/Python C Extension could exit when fetching a result set \
containing many NULL values.
* Connector/Python failed to complete the connection handshake with MySQL Server \
5.5.8.
Files: