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-14 18:12:35 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
mysqlclient
/
MySQLdb
History
Inada Naoki
58465cfa87
ER_BAD_NULL should be IntegrityError. (
#579
)
...
Fixes
#535
2023-03-13 19:09:17 +09:00
..
constants
code cleanup and reformat (
#423
)
2020-01-20 19:47:22 +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
Always set MULTI_RESULTS flag (
#515
)
2021-10-19 15:25:19 +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