News and announcements

MySQL Connector/Python v0.3.1 released

Written for MySQL Connector/Python by Geert JM Vanderkelen on 2011-01-07

v0.3.1 is a maintenance release fixing two bugs.

Read more

MySQL Connector/Python 0.3.0 has been released!

Written for MySQL Connector/Python by Geert JM Vanderkelen on 2010-12-10

MySQL Connector/Pyhton 0.3.0 adds following features:

Python v2.4 support is back.
Support for compressed protocol.
Support for SSL connections (when Python’s ssl module is available).
Support for packets which are bigger than 16MB.
Max allowed packetsize defaults to 1GB.
Some performance improvements.

Read more

MySQL Connector/Python v0.2.1 available

Written for MySQL Connector/Python by Geert JM Vanderkelen on 2010-10-16

There were some logger.debug() calls which killed performance while reading and writing to the socket.

MySQL Connector/Python 0.2-devel available

Written for MySQL Connector/Python by Geert JM Vanderkelen on 2010-10-13

Next development release v0.2.0 of MySQL Connector/Python is available for download and testing. We still don’t recommend to use it in production: it is not beta or GA yet, but we are getting there.

Bug reports and feature requests are welcome through the Launchpad bug tracking tool.

Highlights:
o .executemany() now optimizes INSERT statements using the MySQL multiple row syntax.
o Setting sql_mode and time_zone when connecting as well as collation.
o Raw Cursors can be used when you want to do the conversion yourself.
o Unittests now bootstrap own MySQL server instance.
o Tidying the source tree.

Read more

Getting back on track with development

Written for MySQL Connector/Python by Geert JM Vanderkelen on 2010-07-21

Development on MySQL Connector/Python has been a bit inactive past months. There are a few reasons for that. Geert got married with Marta and they are expecting a baby in September. That takes lots of organisation and travel.
Another reason is that Geert now joined Oracle on 1 July, coming from MySQL AB and Sun Microsystems. It's again a big learning curve, and new policies to take care of.

Now, we need to get MySQL Connector/Python 0.2 out, and we really hope to do that soon. It's afterwork hours though..

610 of 19 results