Last week we released MySQL Connector/Python v1.0.10. Release notes can be found in the MySQL Developver Zone.
Using Connector/Python with SQLAlchemy
SQLAchemy has support for MySQL Connector/Python for a while now. Here is a little HOWTO showing how install both, and setup a database engine.
MySQL Connector/Python 1.0.9 available for download
Today we released MySQL Connector/Python v1.0.9. Release notes can be found in the MySQL Developver Zone.
Using printf format %P with find in RPM spec file
While creating a spec file for an RPM, I needed to generate the list of files installed by the RPM. Solution is simple, use the UNIX command find. Right.. My first attempt was the following: %install # copy the files ( cd %{buildroot} ; find -type f -print "/%P\n" ) > INSTALLED_FILES If you do the above, you’ll find that all entries in INSTALLED_FILES are wrong: file name have ‘ATCH’ at the end.
MySQL Connector/Python 1.0.8 available for download
Last week we made a maintenance release for MySQL Connector v1.0 available. The announcement can be read in the MySQL forums and the history log is available online.