mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2026-03-13 08:00:02 +08:00
cd44524fef63bd3fcb71947392326e9742d520e8
This patch assumes an applied patch 3 (https://sourceforge.net/p/mysql-python/patches/79/). Looks a bit like a hack, but the infrastructure doesn't seem to allow anything else. And it works here very well. I'm not sure, how it works with very old mysql versions (<= 4.0). https://sourceforge.net/p/mysql-python/patches/80/
MySQLdb1
This is the legacy (1.x) version of MySQLdb. While it is still being maintained, there will not be a lot of new feature development.
TODO
- A bugfix 1.2.4 release
- A 1.3.0 release that will support Python 2.7-3.3
- The 2.0 version is being renamed moist and is heavily refactored.
Projects
-
This is the old Subversion repository located on SourceForge. It has all the early historical development of MySQLdb through 1.2.3, and also is the working repository for ZMySQLDA. The trunk on this repository was forked to create the MySQLdb2 repository.
-
This is the new (active) git repository. Only updates to the 1.x series will happen here.
-
This is the now obsolete Mercurial repository for MySQLdb-2.0 located on SourceForge. This repository has been migrated to the moist repository.
Languages
Python
64%
C
35.9%
Makefile
0.1%
