Update dependency PyMySQL to v1.1.0 #147
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/pymysql-1.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
==1.0.3
->==1.1.0
Release Notes
PyMySQL/PyMySQL (PyMySQL)
v1.1.0
Compare Source
Release date: 2023-06-26
Cursor.warning_count
to check for warnings without additional query (#1056)Cursor.fetchall()
returns empty list instead of tuple (#1115). Note thatCursor.fetchmany()
still return empty tuple after reading all rows for compatibility with Django.Connection.set_character_set(charset, collation=None)
. This method is compatible with mysqlclient. (#1119)Connection.set_charset(charset)
(#1119)Since collation table is vary on MySQL server versions, collation in handshake is fragile.
charset="utf8mb3"
option (#1127)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.