forked from pool/python-mysqlclient
- update to 2.2.1:
* ``Connection.ping()`` avoid using ``MYSQL_OPT_RECONNECT``
option until ``reconnect=True`` is specified.
MySQL 8.0.33 start showing warning when the option is used.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mysqlclient?expand=0&rev=39
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 16 19:08:47 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.2.1:
|
||||
* ``Connection.ping()`` avoid using ``MYSQL_OPT_RECONNECT``
|
||||
option until ``reconnect=True`` is specified.
|
||||
MySQL 8.0.33 start showing warning when the option is used.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 27 19:37:59 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user