Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
PyMySQL
/
mysqlclient
Public
Notifications
You must be signed in to change notification settings
Fork
443
Star
2.5k
Code
Issues
4
Pull requests
0
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
mysqlclient
src
MySQLdb
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 21, 2026
timedelta: support microseconds and negative values (#795)
Show description for 8a3f442
methane
authored
8a3f442
View commit details
Copy full SHA for 8a3f442
View code at this point
Browse repository at this point
Commits on Jul 26, 2026
update ruff to 0.16 (#794)
methane
authored
c0ff08f
View commit details
Copy full SHA for c0ff08f
View code at this point
Browse repository at this point
Commits on Jun 12, 2026
deprecate reconnect parameter of ping() (#790)
Show description for 94412ad
methane
and
Copilot
authored
94412ad
View commit details
Copy full SHA for 94412ad
View code at this point
Browse repository at this point
Quote procname and user variables with backticks in callproc (#789)
Show description for a849fb1
Copilot
and
methane
authored
a849fb1
View commit details
Copy full SHA for a849fb1
View code at this point
Browse repository at this point
Commits on Jun 10, 2026
remove unused macros (#787)
methane
authored
88a834f
View commit details
Copy full SHA for 88a834f
View code at this point
Browse repository at this point
use const for docstrings (#786)
methane
authored
c67f902
View commit details
Copy full SHA for c67f902
View code at this point
Browse repository at this point
Make Cursor an iterator conforming to DB-API 2.0 (#785)
Copilot
authored
b233d95
View commit details
Copy full SHA for b233d95
View code at this point
Browse repository at this point
deprecate exception classes in Cursor attributes (#782)
methane
authored
63e67ad
View commit details
Copy full SHA for 63e67ad
View code at this point
Browse repository at this point
Raise ProgrammingError immediately on concurrent connection use (#781)
Show description for 29a574b
Copilot
authored
29a574b
View commit details
Copy full SHA for 29a574b
View code at this point
Browse repository at this point
Commits on Jun 8, 2026
Expose `Cursor.warning_count` (#780)
Copilot
authored
d6ef88d
View commit details
Copy full SHA for d6ef88d
View code at this point
Browse repository at this point
Commits on Feb 10, 2026
release v2.2.8 (#776)
methane
authored
33f3948
View commit details
Copy full SHA for 33f3948
View code at this point
Browse repository at this point
free threading: do not enable GIL (#775)
Show description for aeff560
methane
authored
aeff560
View commit details
Copy full SHA for aeff560
View code at this point
Browse repository at this point
Commits on Feb 23, 2025
support local_infile_dir option (#755)
Show description for 5b35866
RasmusKard
authored
5b35866
View commit details
Copy full SHA for 5b35866
View code at this point
Browse repository at this point
Commits on Jan 10, 2025
release v2.2.7 (#754)
methane
authored
2076d16
View commit details
Copy full SHA for 2076d16
View code at this point
Browse repository at this point
support opentelemetry-instrumentation (#753)
methane
authored
2226fc4
View commit details
Copy full SHA for 2226fc4
View code at this point
Browse repository at this point
Commits on Jan 5, 2025
add database name as the Connection attribute (#752)
Show description for 8103651
cazorla19
authored
8103651
View commit details
Copy full SHA for 8103651
View code at this point
Browse repository at this point
Commits on Nov 13, 2024
release v2.2.6 (#745)
methane
authored
5e85107
View commit details
Copy full SHA for 5e85107
View code at this point
Browse repository at this point
Commits on Nov 12, 2024
support server_public_key_path option. (#744)
Show description for feea60c
methane
authored
feea60c
View commit details
Copy full SHA for feea60c
View code at this point
Browse repository at this point
windows: use DEFAULT_SSL_VERIFY_SERVER_CERT=0 option (#731)
methane
authored
89511ee
View commit details
Copy full SHA for 89511ee
View code at this point
Browse repository at this point
Commits on Oct 20, 2024
release 2.2.5 (#728)
methane
authored
6eb6c2f
View commit details
Copy full SHA for 6eb6c2f
View code at this point
Browse repository at this point
Commits on Feb 8, 2024
release 2.2.4 (#701)
methane
authored
9fd238b
View commit details
Copy full SHA for 9fd238b
View code at this point
Browse repository at this point
Support `ssl=True` (#700)
Show description for a7e3887
methane
authored
a7e3887
View commit details
Copy full SHA for a7e3887
View code at this point
Browse repository at this point
Commits on Feb 4, 2024
release 2.2.3 (#697)
methane
authored
1fa31fd
View commit details
Copy full SHA for 1fa31fd
View code at this point
Browse repository at this point
fix build issue introduced in 2.2.2 (#696)
methane
authored
b34f8ef
View commit details
Copy full SHA for b34f8ef
View code at this point
Browse repository at this point
release 2.2.2 (#693)
methane
authored
7c199a9
View commit details
Copy full SHA for 7c199a9
View code at this point
Browse repository at this point
deprecate APIs deprecated in MySQL 8
methane
committed
ace8b25
View commit details
Copy full SHA for ace8b25
View code at this point
Browse repository at this point
use ruff for formatter (#691)
methane
authored
2570ad4
View commit details
Copy full SHA for 2570ad4
View code at this point
Browse repository at this point
Commits on Feb 3, 2024
Support MySQL 8.3 (#690)
Show description for 720b804
methane
authored
720b804
View commit details
Copy full SHA for 720b804
View code at this point
Browse repository at this point
Commits on Dec 13, 2023
Release v2.2.1 (#679)
methane
authored
d82d0fd
View commit details
Copy full SHA for d82d0fd
View code at this point
Browse repository at this point
Commits on Nov 13, 2023
Do not use MYSQL_OPT_RECONNECT as possible. (#664)
Show description for 0d0fff7
methane
authored
0d0fff7
View commit details
Copy full SHA for 0d0fff7
View code at this point
Browse repository at this point
Commits on Jun 22, 2023
Release v2.2.0 (#618)
methane
authored
1e14055
View commit details
Copy full SHA for 1e14055
View code at this point
Browse repository at this point
Commits on May 19, 2023
Release v2.2.0rc1 (#607)
methane
authored
640fe6d
View commit details
Copy full SHA for 640fe6d
View code at this point
Browse repository at this point
Commits on May 18, 2023
CI: Update Django test workflow (#610)
methane
authored
5dfab4d
View commit details
Copy full SHA for 5dfab4d
View code at this point
Browse repository at this point
Fix mariadbclient SSL support (#609)
mschoettle
authored
398208f
View commit details
Copy full SHA for 398208f
View code at this point
Browse repository at this point
Fix Connection.escape() with Unicode input (#608)
Show description for b162ddd
methane
authored
b162ddd
View commit details
Copy full SHA for b162ddd
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.