38
I Use This!
Inactive

News

Analyzed about 6 hours ago. based on code collected about 20 hours ago.
Posted over 13 years ago by Andy Dustman
MySQL support for Python. MySQL versions 3.23-5.1; and Python versions 2.3-2.5 are supported. MySQLdb is the Python DB API-2.0 interface. _mysql is a low-level API similiar to the MySQL C API. ZMySQLDA is a Database Adapter for Zope2. First and ... [More] hopefully only beta release. It has gone through extensive testing already and is being used in production. Final release will occur once I've had a chance to beat on the Unicode support a bit more. [Less]
Posted over 13 years ago by Andy Dustman
Minor release to add savepoint support.
Posted over 13 years ago by Andy Dustman
http://mysql-python.blogspot.com/2010/02/new-releases-coming-soon.html
Posted over 13 years ago by Andy Dustman
Minor release to add savepoint support.
Posted over 13 years ago by Andy Dustman
MySQL support for Python. MySQL versions 3.23-5.1; and Python versions 2.3-2.5 are supported. MySQLdb is the Python DB API-2.0 interface. _mysql is a low-level API similiar to the MySQL C API. ZMySQLDA is a Database Adapter for Zope2. First and ... [More] hopefully only beta release. It has gone through extensive testing already and is being used in production. Final release will occur once I've had a chance to beat on the Unicode support a bit more. [Less]
Posted over 13 years ago by Andy Dustman
Initial release of an extensively reworked Zope adapter. This is an alpha release due to the limited testing it has so far undergone and that there are a couple areas that could probably use a bit more attention. If you test this release and find any problems please file bugs in the sf.net tracker.
Posted over 13 years ago by Andy Dustman
Initial release of an extensively reworked Zope adapter. This is an alpha release due to the limited testing it has so far undergone and that there are a couple areas that could probably use a bit more attention. If you test this release and find any problems please file bugs in the sf.net tracker.
Posted over 13 years ago by Andy Dustman
http://mysql-python.blogspot.com/2010/02/new-releases-coming-soon.html
Posted over 13 years ago by Andy Dustman
MySQLdb-1.2.1 has finally been released after more than a year of on-again, off-again development. This also coincides with the migration of the source repository to Subversion. I had intended to do this after 1.2.1, but an untimely outage of the ... [More] SourceForge CVS servers accelerated the process. I intend for this to be the final release of the 1.2 series barring any serious bugs. For more details on the roadmap, see: http://sourceforge.net/forum/forum.php?thread_id=1205360&forum_id=70460 http://sourceforge.net/pm/task.php?group_project_id=46716&group_id=22307&func=browse mysql-python is now over 250,000 downloads and MySQLdb is a package in Red Hat Enterprise Linux, Fedora Core, Debian, Ubuntu, Gentoo, Blastwave.org (Solaris packages), a couple BSDs, and probably a few more I don't know about. It's also used by projects like Django, Turbogears, Dabo, Zenoss, ViewCVS, Zope, and others. While it's been five years at SourceForge, the original project is now seven years old; I realized this when migrating the CVS repository. I feel like I need a cake or something. [Less]
Posted over 13 years ago by Andy Dustman
1.2.2b3 will probably be the final release before 1.2.2, though there may be a release candidate. I expect to release 1.2.2 during PyCon 2007. Good news for Windows users: The Windows build should now work out of the box without any patching or ... [More] hacking, so long as you are building against MySQL-5.0; if you are building against another version, minor hacking is required for now. As usual, I do not (and can not) make Windows binaries. If you have one to contribute, let me know. Most likely users will want MySQL-5.0 and Python-2.4 or 2.5, which means two different builds. Please build against stock packages (i.e. the python.org and mysql.com ones). If it makes you feel any better, I don't build packages for Linux anymore either. But then, the Linux vendors seem to have that covered, so I don't have to. 1.2.2 will almost certainly be the final release of the 1.2 series. I have some fixes that need to be merged back into the trunk before I can start working on 1.3/1.4/2.0 again. If you have any interest in working on new features for the trunk, let me know. One of the big features that will need a lot of work is the prepared statements API. You will definitely need to be a good C coder to work on that. A couple people have previously offered to work on it in the last year; yes, I am talking to you. [Less]