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:
- .executemany() now optimizes INSERT statements using the
MySQL
multiple row syntax. - Setting sql_mode and time_zone when connecting as well as collation.
- Raw Cursors can be used when you want to do the conversion yourself.
- Unittests now bootstrap own MySQL server instance.
- Tidying the source tree.
Full list of …
[Read more]