Wang Mingyu
0bb3568706
python3-pymysql: upgrade 1.1.3 -> 1.2.0
...
Breaking changes
================
- Connection.ping() change the default to not reconnect and deprecate reconnect
argument. Create a new connection if you want to reconnect.
- Error classes in Cursor class are removed.
- connect() arguments db and passwd now emit DeprecationWarning. Use database
and password instead.
- Reorganize TLS connection behavior.
- PyMySQL uses TLS by default when server supports it. Use ssl_disabled=True to
prohibit SSL.
- When ssl_verify_cert=True, ssl_verify_identity=True, an ssl.SSLContext is
passed, or when any other SSL option is configured, the connection requires
SSL and raises OperationalError (CR_SSL_CONNECTION_ERROR) if the server doesn't
support it.
Other changes
==============
- Support MySQL 8 row/column alias syntax in executemany INSERT regex.
- Expose SQLSTATE on MySQL protocol exceptions without changing exception
formatting.
- Reject non-finite decimal.Decimal query parameters
- Connection.set_charset(charset) now emits DeprecationWarning.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com >
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com >
2026-05-31 03:08:52 -07:00
..
2026-03-18 14:33:25 -07:00
2026-05-07 10:45:36 -07:00
2026-03-18 14:33:25 -07:00
2026-04-10 07:59:51 -07:00
2026-05-14 23:15:55 -07:00
2026-05-14 23:15:55 -07:00
2026-03-02 19:25:59 -08:00
2026-03-18 14:33:24 -07:00
2026-03-18 14:33:25 -07:00
2026-05-31 03:08:51 -07:00
2026-03-18 14:33:27 -07:00
2026-05-14 23:15:56 -07:00
2026-04-10 17:25:49 -07:00
2026-03-24 14:22:34 -07:00
2026-04-06 22:54:18 -07:00
2026-05-13 20:46:45 -07:00
2026-04-10 07:59:59 -07:00
2026-03-27 09:08:54 -07:00
2026-04-10 07:59:59 -07:00
2026-05-31 03:08:50 -07:00
2026-04-06 09:46:31 -07:00
2026-03-17 13:25:28 -07:00
2026-04-01 19:29:06 -07:00
2026-03-27 09:08:55 -07:00
2026-03-17 13:25:28 -07:00
2026-05-07 10:45:36 -07:00
2026-04-01 13:16:36 -07:00
2026-05-12 01:06:52 -07:00
2026-03-02 19:25:58 -08:00
2026-04-10 07:59:55 -07:00
2026-03-27 09:08:55 -07:00
2026-05-31 03:08:50 -07:00
2026-04-01 19:29:07 -07:00
2026-05-12 01:06:52 -07:00
2026-03-17 13:25:28 -07:00
2026-03-03 21:08:14 -08:00
2026-03-18 14:33:25 -07:00
2026-03-27 09:08:56 -07:00
2026-04-10 07:59:59 -07:00
2026-04-10 07:59:51 -07:00
2026-05-12 01:06:53 -07:00
2026-05-12 01:06:53 -07:00
2026-04-03 08:38:52 -07:00
2026-05-20 21:18:34 -07:00
2026-05-14 23:15:55 -07:00
2026-05-14 23:15:55 -07:00
2026-05-12 01:06:59 -07:00
2026-04-01 19:29:07 -07:00
2026-05-31 03:08:50 -07:00
2026-05-21 17:20:20 -07:00
2026-05-21 17:20:20 -07:00
2026-04-10 07:59:49 -07:00
2026-04-01 13:16:38 -07:00
2026-05-31 03:08:50 -07:00
2026-04-01 19:29:07 -07:00
2026-04-01 19:29:08 -07:00
2026-04-01 19:29:08 -07:00
2026-04-10 07:59:55 -07:00
2026-05-31 03:08:50 -07:00
2026-05-31 03:08:50 -07:00
2026-03-30 19:46:40 -07:00
2026-05-12 01:06:53 -07:00
2026-05-20 21:18:34 -07:00
2026-05-12 01:06:53 -07:00
2026-05-12 01:06:54 -07:00
2026-05-13 20:46:40 -07:00
2026-05-31 03:08:51 -07:00
2026-05-13 20:46:40 -07:00
2026-03-02 19:25:59 -08:00
2026-05-31 03:08:51 -07:00
2026-05-13 20:46:40 -07:00
2026-04-10 07:59:58 -07:00
2026-05-31 03:08:51 -07:00
2026-04-20 07:35:37 -07:00
2026-05-13 20:46:41 -07:00
2026-03-17 13:25:30 -07:00
2026-03-18 14:33:24 -07:00
2026-03-18 14:33:25 -07:00
2026-05-20 21:18:34 -07:00
2026-04-01 13:16:36 -07:00
2026-04-10 07:59:56 -07:00
2026-04-03 08:38:52 -07:00
2026-05-12 01:06:54 -07:00
2026-03-27 09:08:57 -07:00
2026-04-14 08:59:34 -07:00
2026-03-27 09:08:58 -07:00
2026-05-20 21:18:34 -07:00
2026-05-12 01:06:54 -07:00
2026-03-17 13:25:30 -07:00
2026-05-13 20:46:41 -07:00
2026-03-27 09:08:58 -07:00
2026-04-10 07:59:50 -07:00
2026-05-31 03:08:51 -07:00
2026-03-20 14:13:10 -07:00
2026-03-17 13:25:30 -07:00
2026-05-31 03:08:51 -07:00
2026-04-10 07:59:56 -07:00
2026-05-13 20:46:41 -07:00
2026-05-21 07:30:57 -07:00
2026-03-17 13:25:31 -07:00
2026-05-12 01:06:54 -07:00
2026-03-27 09:08:59 -07:00
2026-04-01 13:16:36 -07:00
2026-05-21 07:30:58 -07:00
2026-03-17 13:25:31 -07:00
2026-04-02 16:05:46 +00:00
2026-05-21 10:01:22 -07:00
2026-05-21 10:01:22 -07:00
2026-05-12 01:06:59 -07:00
2026-05-21 07:30:58 -07:00
2026-05-21 07:30:58 -07:00
2026-05-13 20:46:42 -07:00
2026-05-13 20:46:42 -07:00
2026-05-31 03:08:51 -07:00
2026-03-27 09:08:59 -07:00
2026-04-20 07:35:37 -07:00
2026-03-27 09:08:59 -07:00
2026-03-17 13:25:31 -07:00
2026-04-14 08:59:34 -07:00
2026-05-12 01:06:55 -07:00
2026-04-01 13:16:36 -07:00
2026-04-20 07:35:37 -07:00
2026-03-27 09:09:04 -07:00
2026-05-12 01:06:59 -07:00
2026-05-31 03:08:52 -07:00
2026-04-10 07:59:50 -07:00
2026-05-14 23:15:56 -07:00
2026-05-20 21:18:31 -07:00
2026-04-23 07:48:11 -07:00
2026-05-31 03:08:52 -07:00
2026-05-13 20:46:43 -07:00
2026-04-14 08:59:34 -07:00
2026-05-12 01:06:55 -07:00
2026-05-31 03:08:52 -07:00
2026-05-12 01:06:55 -07:00
2026-05-21 07:30:58 -07:00
2026-03-27 09:09:00 -07:00
2026-03-27 09:09:00 -07:00
2026-04-14 08:59:35 -07:00
2026-04-10 17:25:49 -07:00
2026-05-21 07:30:58 -07:00
2026-04-01 19:29:10 -07:00
2026-05-21 07:30:58 -07:00
2026-05-21 07:30:59 -07:00
2026-03-02 19:25:55 -08:00
2026-05-13 20:46:44 -07:00
2026-05-21 07:30:59 -07:00
2026-03-17 13:25:32 -07:00
2026-03-17 13:25:23 -07:00
2026-03-17 13:25:32 -07:00
2026-03-24 14:22:34 -07:00
2026-05-21 07:30:59 -07:00
2026-04-10 07:59:50 -07:00
2026-03-27 09:09:01 -07:00
2026-05-31 03:08:46 -07:00
2026-04-14 08:59:35 -07:00
2026-04-10 07:59:57 -07:00
2026-04-14 08:59:35 -07:00
2026-04-15 15:07:54 -07:00
2026-04-10 07:59:57 -07:00
2026-03-02 19:25:55 -08:00
2026-03-27 09:09:01 -07:00
2026-04-06 22:54:18 -07:00
2026-03-17 13:25:33 -07:00
2026-03-02 19:25:55 -08:00
2026-04-01 19:29:11 -07:00
2026-05-21 07:30:59 -07:00
2026-03-18 14:33:29 -07:00
2026-05-21 07:30:59 -07:00
2026-03-17 13:25:33 -07:00
2026-05-13 20:46:45 -07:00
2026-05-21 07:31:00 -07:00
2026-03-24 14:22:33 -07:00
2026-05-21 07:31:00 -07:00
2026-05-13 20:46:46 -07:00
2026-05-13 20:46:46 -07:00
2026-05-12 01:06:56 -07:00
2026-03-02 19:26:00 -08:00
2026-05-13 20:46:46 -07:00
2026-03-27 09:09:01 -07:00
2026-04-15 15:07:54 -07:00
2026-05-21 07:31:00 -07:00
2026-05-13 20:46:47 -07:00
2026-03-17 13:25:21 -07:00
2026-04-10 07:59:57 -07:00
2026-03-17 13:25:33 -07:00
2026-03-17 13:25:33 -07:00
2026-04-01 13:16:36 -07:00
2026-05-13 20:46:47 -07:00
2026-03-17 13:25:20 -07:00
2026-03-18 14:33:25 -07:00
2026-03-20 14:12:30 -07:00
2026-05-12 01:06:56 -07:00
2026-04-01 13:16:36 -07:00
2026-04-10 07:59:59 -07:00
2026-03-02 19:26:01 -08:00
2026-05-12 01:06:57 -07:00
2026-03-02 19:25:57 -08:00