forked from pool/python-mysqlclient
b51ea16b27020ac9955ce4f6cd8a8d88fba95f08f1d750dc5d22ce4a582fb800
- Update to 1.4.4:
* charset option is passed to mysql_options(mysql, MYSQL_SET_CHARSET_NAME,
charset) before mysql_real_connect is called. This avoid extra
SET NAMES <charset> query when creating connection.
- Change in 1.4.3:
* --static build supports libmariadbclient.a
* Try mariadb_config when mysql_config is not found
* Fixed warning happend in Python 3.8 (#359)
* Fixed from MySQLdb import *, while I don't recommend it. (#369)
* Fixed SEGV MySQLdb.escape_string("1") when libmariadb is used and
no connection is created. (#367)
* Fixed many circular references are created in Cursor.executemany().
- Add python3-attrs to build
OBS-URL: https://build.opensuse.org/request/show/723830
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mysqlclient?expand=0&rev=12
Description
No description provided
Languages
RPM Spec
100%