MySQL-Python

Open source Python based interface to MySQL
Download

MySQL-Python Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Andy Dustman
  • Publisher web site:
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 87 KB

MySQL-Python Tags


MySQL-Python Description

Open source Python based interface to MySQL MySQL-Python is a free ad open source interface to the popular MySQL database server for Python.MySQL-Python's design goals are:· Compliance with Python database API version 2.0 · Thread-safety· Thread-friendliness (threads will not block each other)NOTE: MySQL-3.23 through 5.0 and Python-2.3 through 2.6 are currently supported. Python-3.0 will be supported in a future release. Requirements: · Python What's New in This Release: · The build system has been completely redone and should now build · on Windows without any patching; uses setuptools. · Added compatibility for Python 2.5, including support for with statement. · connection.ping() now takes an optional boolean argument which can · enable (or disable) automatic reconnection. · Support returning SET columns as Python sets was removed due to an · API bug in MySQL; corresponding test removed. · Added a test for single-character CHAR columns. · BLOB columns are now returned as Python strings instead of byte arrays. · BINARY character columns are always returned as Python strings, and not unicode. · Fixed a bug introduced in 1.2.1 where the new SHOW WARNINGS support broke SSCursor. · Only encode the query (convert to a string) when it is a unicode instance; re-encoding encoded strings would break things. · Make a deep copy of conv when connecting, since it can be modified. · Added support for new VARCHAR and BIT column types. · DBAPISet objects were broken, but nobody noticed.


MySQL-Python Related Software