+ -

MySQL Connector/Python 0.2.0 发布

时间:2010-10-14

来源:红薯

在手机上看
手机扫描阅读

MySQL Connector/Python 是 MySQL 官方提供的 Python 的驱动程序。

Changes:
1. Insert statements take advantage of multi-row syntax.
2. A raw-cursor has been introduced, which fetches results without converting to Python types.
3. The unit tests use their own... bootstrapped MySQL server.
4. Source code has been reorganized with a clear split of Python v2 and v3 code