This website requires JavaScript.
Explore
Help
Register
Sign In
python
/
mysqlclient
Watch
1
Star
0
Fork
0
You've already forked mysqlclient
mirror of
https://github.com/PyMySQL/mysqlclient.git
synced
2025-08-15 11:10:58 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
mysqlclient
/
MySQLdb
History
Inada Naoki
1f906e66c4
Run pyupgrade --py38-plus (
#590
)
2023-05-09 14:10:53 +09:00
..
constants
Run pyupgrade --py38-plus (
#590
)
2023-05-09 14:10:53 +09:00
__init__.py
Remove escape() and escape_string() from MySQLdb. (
#511
)
2021-10-19 13:19:58 +09:00
_exceptions.py
Add __module__ attributes to exception classes. (
#523
)
2022-01-10 10:44:49 +09:00
_mysql.c
ER_BAD_NULL should be IntegrityError. (
#579
)
2023-03-13 19:09:17 +09:00
connections.py
Run pyupgrade --py38-plus (
#590
)
2023-05-09 14:10:53 +09:00
converters.py
Raise ProgrammingError on -inf (
#557
)
2022-09-20 14:10:19 +09:00
cursors.py
Fix typos (
#520
)
2021-11-17 17:38:58 +09:00
times.py
black 20.8b1
2020-12-04 12:22:51 +09:00