MySQL Connector/Python

The MySQL Client/Protocol implemented in Python!
Download

MySQL Connector/Python Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Sun Microsystems, Inc.
  • Publisher web site:
  • http://www.sun.com

MySQL Connector/Python Tags


MySQL Connector/Python Description

The MySQL Client/Protocol implemented in Python! MySQL Connector/Python is software that implements the MySQL Client/Server protocol completely in Python. No MySQL libraries are needed, and no compilation is necessary to run this Python DB API v2.0 compliant driver. Requirements: · Python What's New in This Release: · Fixing unicode usage for both Python 2.4+ and 3.1 · Setting 'use_unicode' at connection time is now working. · conversion.py: removing regular expression for quoting backslashes. · Adding test case for bug lp:499410 Py3k specific: · Strings from MySQL are decoded to the given character when use_unicode is false · The statement is encoded just before sending it to the MySQL server. Internally, all is done in unicode. · In conversion.py: removing _unicode_to_mysql, adding _bytes_to_mysql · MySQLCursor.__unicode__ is obsolete and replaced with __str__ · Removing tests for which the methods were deleted. · Fix setting character set at connection · mysql.connector.Connect(charset='latin1') now works as expected · Default character set is (still) UTF-8. · SET NAMES is only used when changing character set after connecting. Use MySQL.set_charset(charsetname) to change. · Test case added for bug report; fixing test case in test_protocol.py to reflect the new default character set 'utf-8'.


MySQL Connector/Python Related Software