2013.05.07

MySQL

MySQL Connector/Python 1.0.10がリリースされました

オリジナル版:http://lists.mysql.com/announce/836

>MySQL Connector/Python v1.0.10はMySQL用のピュアPythonデータベースドライバの1.0プロダクションリリースの新バージョンです。

MySQL Connector Pythonのバージョン1.0はMySQL 5.5以上と互換性を持ちますが、それ以前のバージョンでも動作します(バージョン4.1以上)。Python v2.6とPython v3.1以上でサポートされます。Python v2.4とv2.5で動作することは知られていますが、公式にはサポートされません。

MySQL Connector/Python v1.0.10はhttp://dev.mysql.com/downloads/connector/python/#downloadsからダウンロード可能です。

MySQL Connector/Python v1.0での変更の要約は下記にリストアップされています。より完全な変更のリストは配布物内の変更履歴を確認してください。

Changes in MySQL Connector/Python v1.0.10 (7 May, 2013)
-----------------------------------------------------------------------------------

Functionality Added or Changed:

* A new connection option ssl_verify_cert checks the SSL
certificate for the server against the certificate found in
the file specified by the ssl_ca option. This option is
disabled by default. Any certificate mismatch of invalid
combination of SSL options will raise a ValueError exception.
(Bug #16400735)

* Connector/Python now supports the LOCAL keyword for LOAD DATA
LOCAL. (Bug #16369511, Bug #16736916)

* The MySQLConnection.cmd_shutdown() method now accepts an
optional shutdown type. A new ShutdownType constants class was
added. (Bug #16234441)

* The GPL Connector/Python packages contained non-GPL
documentation. This could be an issue when Linux distributions
would like to repackage. PDF and other documentation formats
now are removed from the GPL packages, which point in the
README_DOCS.txt file to online availability of the manual.
(Bug #68509, Bug #16430013)


Documentation
-------------

Online:http://dev.mysql.com/doc/connector-python/en/index.html

The source distribution includes the manual in various formats under
the docs/ folder.

Reporting Bugs
--------------

We welcome and appreciate your feedback and bug reports:
http://bugs.mysql.com/

Enjoy!