GitHub / PyMySQL/PyMySQL issues and pull requests
#1221 - feat: authentication_openid_connect_client plugin support
Pull Request -
State: open - Opened by nytai 14 days ago
#1219 - Password With Comma
Issue -
State: closed - Opened by Alzemand 4 months ago
- 1 comment
#1218 - prepare v1.1.2
Pull Request -
State: open - Opened by methane 6 months ago
#1217 - update README
Pull Request -
State: open - Opened by methane 6 months ago
#1217 - update README
Pull Request -
State: closed - Opened by methane 6 months ago
- 1 comment
#1216 - ci: do not drop MySQL 5.7 test for now
Pull Request -
State: closed - Opened by methane 6 months ago
- 1 comment
#1215 - ci: update test matrix
Pull Request -
State: closed - Opened by methane 6 months ago
- 1 comment
#1215 - ci: update test matrix
Pull Request -
State: closed - Opened by methane 6 months ago
- 1 comment
#1214 - feat: automatically enable SSL if server supports it
Pull Request -
State: open - Opened by ligfx 6 months ago
- 4 comments
#1213 - Support automatically enabling SSL if the server supports it (MySQL Connector/Python behavior)
Issue -
State: open - Opened by ligfx 6 months ago
#1211 - Drop python2.7 support
Pull Request -
State: closed - Opened by nakagami 8 months ago
- 1 comment
#1211 - Drop python2.7 support
Pull Request -
State: closed - Opened by nakagami 8 months ago
- 1 comment
#1209 - Check decimal.Decimal("NaN"|"sNaN"|"Infinity"|"-Infinity") parameter.
Issue -
State: open - Opened by 9EOR9 9 months ago
#1208 - fix convert_timedelta() Issue #46
Pull Request -
State: closed - Opened by nakagami 10 months ago
#1208 - fix convert_timedelta() Issue #46
Pull Request -
State: closed - Opened by nakagami 10 months ago
#1207 - Fix/unsafe ids
Pull Request -
State: open - Opened by soshtolsus 10 months ago
#1207 - Fix/unsafe ids
Pull Request -
State: open - Opened by soshtolsus 10 months ago
#1206 - Calling a sproc with an identifier that needs qualifying fails
Issue -
State: open - Opened by soshtolsus 10 months ago
#1205 - Default autocommit should be None to avoid unintended transactions
Issue -
State: closed - Opened by leowzz 10 months ago
- 3 comments
#1204 - Is PyMySQL support sslModel?
Issue -
State: open - Opened by Tsan1024 11 months ago
#1203 - Why cannot install due to certificate error?
Issue -
State: closed - Opened by Jibun-no-Kage 11 months ago
- 2 comments
#1201 - ci: use astral-sh/ruff-action
Pull Request -
State: closed - Opened by methane about 1 year ago
- 1 comment
#1201 - ci: use astral-sh/ruff-action
Pull Request -
State: closed - Opened by methane about 1 year ago
- 1 comment
#1200 - fix auth_switch_request handling
Pull Request -
State: closed - Opened by methane about 1 year ago
- 1 comment
#1200 - fix auth_switch_request handling
Pull Request -
State: closed - Opened by methane about 1 year ago
- 1 comment
#1199 - refactor: use defer_connect instead of mock
Pull Request -
State: closed - Opened by methane about 1 year ago
- 1 comment
#1199 - refactor: use defer_connect instead of mock
Pull Request -
State: closed - Opened by methane about 1 year ago
- 1 comment
#1198 - disable VERIFY_X509_STRICT for Python 3.13 support
Pull Request -
State: closed - Opened by methane about 1 year ago
- 1 comment
#1197 - use KILL instead of COM_KILL for MySQL 8.4 support
Pull Request -
State: closed - Opened by methane about 1 year ago
- 1 comment
#1197 - use KILL instead of COM_KILL for MySQL 8.4 support
Pull Request -
State: closed - Opened by methane about 1 year ago
- 1 comment
#1196 - update ci versions
Pull Request -
State: open - Opened by methane about 1 year ago
#1196 - update ci versions
Pull Request -
State: closed - Opened by methane about 1 year ago
- 1 comment
#1195 - Resolve UTF8 charset case-insensitively
Pull Request -
State: closed - Opened by ek247 about 1 year ago
#1195 - Resolve UTF8 charset case-insensitively
Pull Request -
State: closed - Opened by ek247 about 1 year ago
#1194 - Option to include cadata in SSL configuration
Issue -
State: closed - Opened by ongdisheng about 1 year ago
- 2 comments
Labels: Feature Request
#1193 - Various bugs occurred occationally.
Issue -
State: closed - Opened by dongrixinyu about 1 year ago
- 1 comment
#1191 - chore(deps): update codecov/codecov-action action to v5
Pull Request -
State: closed - Opened by renovate[bot] about 1 year ago
#1191 - chore(deps): update codecov/codecov-action action to v5
Pull Request -
State: closed - Opened by renovate[bot] about 1 year ago
#1190 - Add support for Python 3.13
Pull Request -
State: closed - Opened by Cycloctane over 1 year ago
- 1 comment
#1190 - Add support for Python 3.13
Pull Request -
State: closed - Opened by Cycloctane over 1 year ago
- 1 comment
#1189 - chore(deps): update dependency sphinx-rtd-theme to v3
Pull Request -
State: open - Opened by renovate[bot] over 1 year ago
#1189 - chore(deps): update dependency sphinx-rtd-theme to v3
Pull Request -
State: closed - Opened by renovate[bot] over 1 year ago
#1188 - getpass.getuser() raises OSError in Python 3.13
Issue -
State: open - Opened by phdru over 1 year ago
#1186 - Added MariaDB in readme description (#1180)
Pull Request -
State: closed - Opened by theneuralcraftsman over 1 year ago
- 1 comment
#1185 - Add MariaDB mention in repo description and improve example with exception handling (#1180)
Pull Request -
State: closed - Opened by theneuralcraftsman over 1 year ago
- 1 comment
#1185 - Add MariaDB mention in repo description and improve example with exception handling (#1180)
Pull Request -
State: closed - Opened by theneuralcraftsman over 1 year ago
- 2 comments
#1184 - make sure to also close `connection._rfile` in `Connection._force_close`
Pull Request -
State: closed - Opened by cfbolz over 1 year ago
- 2 comments
#1184 - make sure to also close `connection._rfile` in `Connection._force_close`
Pull Request -
State: closed - Opened by cfbolz over 1 year ago
- 3 comments
#1183 - `Connection._force_close` relies on garbage collector to close `SocketIO` instances
Issue -
State: closed - Opened by cfbolz over 1 year ago
#1182 - remove mention of runtests.py
Pull Request -
State: closed - Opened by cfbolz over 1 year ago
- 1 comment
#1182 - remove mention of runtests.py
Pull Request -
State: closed - Opened by cfbolz over 1 year ago
- 1 comment
#1181 - add MariaDB to README.md
Pull Request -
State: open - Opened by robertsilen over 1 year ago
#1181 - add MariaDB to README.md
Pull Request -
State: closed - Opened by robertsilen over 1 year ago
#1180 - MariaDB in repo description
Issue -
State: open - Opened by robertsilen over 1 year ago
#1179 - chore(deps): update dependency sphinx to v8
Pull Request -
State: open - Opened by renovate[bot] over 1 year ago
#1179 - chore(deps): update dependency sphinx to v8
Pull Request -
State: open - Opened by renovate[bot] over 1 year ago
#1178 - Changes commited even though autocommit=False
Issue -
State: closed - Opened by KarolBo over 1 year ago
- 1 comment
#1177 - `connect_timeout` Parameter to pymysql.connect Not Triggering Connection Error but read_timeout does
Issue -
State: closed - Opened by PrashantSinghai over 1 year ago
- 2 comments
#1176 - Insert uuid.uuid4() bug. different from officer library `mysql-connect-python`
Issue -
State: open - Opened by jiaohu over 1 year ago
#1175 - Insert uuid.uuid4() bug
Issue -
State: closed - Opened by jiaohu over 1 year ago
- 1 comment
#1174 - Prevent UnboundLocalError on MySQLResult initialization during SystemExit
Pull Request -
State: closed - Opened by palm002 over 1 year ago
- 1 comment
#1174 - Prevent UnboundLocalError on MySQLResult initialization during SystemExit
Pull Request -
State: closed - Opened by palm002 over 1 year ago
- 1 comment
#1173 - UnboundLocalError occurs when MySQLResult fails to initialize due to SystemExit exception
Issue -
State: closed - Opened by palm002 over 1 year ago
#1172 - blocking dict parameter is potentially a breaking change
Issue -
State: open - Opened by ankush over 1 year ago
#1170 - Adds a new option for adding a timeout for ping
Pull Request -
State: open - Opened by smarden1 almost 2 years ago
#1170 - Adds a new option for adding a timeout for ping
Pull Request -
State: open - Opened by smarden1 almost 2 years ago
#1169 - Option to add a timeout for ping
Issue -
State: open - Opened by smarden1 almost 2 years ago
#1168 - pymysql.connect mistakenly throws a cryptography dependency missing error when given an incorrect sha256 password
Issue -
State: closed - Opened by benjaminkz almost 2 years ago
- 4 comments
#1167 - Is there a way to get all the printed messages from a stored procedure that is executed with Cursor.execute()?
Issue -
State: closed - Opened by AndonovaA almost 2 years ago
- 1 comment
#1166 - Is there any way to get this library to set the SNI field when establishing a TLS connection?
Issue -
State: open - Opened by ctindel almost 2 years ago
#1165 - test json - mariadb without JSON type
Pull Request -
State: closed - Opened by grooverdan almost 2 years ago
- 1 comment
#1165 - test json - mariadb without JSON type
Pull Request -
State: closed - Opened by grooverdan almost 2 years ago
- 2 comments
#1164 - Questions about Copilot + Open Source Software Hierarchy
Issue -
State: closed - Opened by liaochris almost 2 years ago
- 1 comment
#1163 - Allow PyMySQL to use encoding autodetection
Pull Request -
State: closed - Opened by rgryta almost 2 years ago
- 1 comment
#1163 - Allow PyMySQL to use encoding autodetection
Pull Request -
State: closed - Opened by rgryta almost 2 years ago
- 1 comment
#1162 - AUR PKGBUILD calls for setup.py
Issue -
State: closed - Opened by tijko almost 2 years ago
- 3 comments
#1161 - update with conditional value is impacted by pass in params
Issue -
State: closed - Opened by guangyuxu about 2 years ago
- 2 comments
#1160 - Support error packet without sqlstate
Pull Request -
State: closed - Opened by methane about 2 years ago
- 1 comment
#1158 - chore(deps): update codecov/codecov-action action to v4
Pull Request -
State: closed - Opened by renovate[bot] about 2 years ago
- 1 comment
#1158 - chore(deps): update codecov/codecov-action action to v4
Pull Request -
State: closed - Opened by renovate[bot] about 2 years ago
- 1 comment
#1157 - Improve database script
Pull Request -
State: closed - Opened by GunaPalanivel about 2 years ago
- 1 comment
#1157 - Improve database script
Pull Request -
State: closed - Opened by GunaPalanivel about 2 years ago
- 1 comment
#1156 - Display log exception when MySQL throws Too many connections exception.
Issue -
State: closed - Opened by lpe234 about 2 years ago
- 1 comment
#1155 - Autocommit not functioning properly
Issue -
State: closed - Opened by mell0 about 2 years ago
- 2 comments
#1154 - chore(deps): update github/codeql-action action to v3
Pull Request -
State: closed - Opened by renovate[bot] about 2 years ago
- 2 comments
#1153 - use `order by %s` not work
Issue -
State: closed - Opened by godtang about 2 years ago
- 1 comment
#1152 - chore(deps): update actions/setup-python action to v5
Pull Request -
State: closed - Opened by renovate[bot] about 2 years ago
- 2 comments
#1150 - %d format: a number is required, not str
Issue -
State: closed - Opened by XPPA0215 about 2 years ago
#1148 - PyMYSQL connection issue with dble.
Issue -
State: closed - Opened by AYO-Al about 2 years ago
#1147 - chore(deps): update dependency sphinx-rtd-theme to v2
Pull Request -
State: closed - Opened by renovate[bot] about 2 years ago
- 2 comments
#1146 - Feature? If `connection.host` contains port number, connection fails
Issue -
State: closed - Opened by wesdottoday about 2 years ago
- 1 comment
#1145 - Added ssl_key_password param
Pull Request -
State: closed - Opened by svaskov about 2 years ago
- 4 comments
#1144 - use Ruff as formatter
Pull Request -
State: closed - Opened by methane about 2 years ago
- 1 comment
#1142 - ci: use codecov@v3
Pull Request -
State: closed - Opened by methane about 2 years ago
- 1 comment
#1141 - chore(deps): update dessant/lock-threads action to v5
Pull Request -
State: closed - Opened by renovate[bot] about 2 years ago
- 1 comment
#1140 - WARNING: MYSQL_OPT_RECONNECT is deprecated and will be removed in a future version.
Issue -
State: closed - Opened by yoch about 2 years ago
- 1 comment
#1138 - Facing issue with Azure Flexibel Mysql Server 8.0 with Mlflow
Issue -
State: closed - Opened by amitganvir23 over 2 years ago
#1137 - Update codecov/codecov-action action to v4
Pull Request -
State: closed - Opened by renovate[bot] over 2 years ago
- 1 comment
#1136 - chore(deps): update actions/checkout action to v4
Pull Request -
State: closed - Opened by renovate[bot] over 2 years ago
- 2 comments
#1135 - Duplicate Entry Error during INSERT Operation after Deleting Existing Entries
Issue -
State: closed - Opened by kyogom over 2 years ago
- 2 comments