1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 MySQL Connector/Python 2.1.1 alpha 发布 下载

本帖由 漂亮的石头2015-02-24 发布。版面名称:软件资讯

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    486,020
    赞:
    46
    MySQL Connector/Python 是一个用 Python 语言实现的 MySQL 客户端服务器的连接协议。该软件包无需安装任何 MySQL 的软件。使用的是 Python 3.1

    MySQL Connector/Python 2.1.1 alpha 发布,此版本现已提供下载:http://dev.mysql.com/downloads/connector/python/2.1.html

    更新内容:


    • MySQL Connector/Python 包括一个 C 扩展 ,使用 MySQL C 客户端库接口

    Bugs 修复


    • With mysql.connector.django as the engine, the python manage.py inspectdb command failed with an“Unread result found” error. (Bug #20022533)


    • If the pool_size and pool_name connection arguments were specified using the option file (as opposed to being passed explicitly to the connect call), the pooled connection was successfully created, but an exception was raised when closing it. (Bug #19549363)


    • The Django backend raised an exception when converting "0000-00-00 00:00:00" to None. (Bug #73940, Bug #19667984)


    • The type_code in cursor.description did not compare equal to any of the type objects defined in mysql.connector.dbapi. (Bug #73798, Bug #19584051)


    • Data corruption occurred when inserting sufficiently large data in a table with a TEXT type column using prepared statements, due to incorrect encoding of the data length while sending the prepared statement packet. (Bug #73690, Bug #19522948)


    • When the character set was binary, character set conversion could occur. Conversion is no longer done and binary data is returned as is. (Bug #71909, Bug #19500097)

    更多内容请看发行说明
    MySQL Connector/Python 2.1.1 alpha 发布下载地址
     
正在加载...