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 19:31:54 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
mysqlclient
/
MySQLdb
/
MySQLdb
History
farcepest
5fda4c2579
Revert raise exc as value statements to raise exc, value since it breaks Python < 2.6.
2012-09-27 12:40:04 -04:00
..
constants
Version 1.2.2b1.
2006-08-27 18:02:48 +00:00
__init__.py
Some (many) tests actually pass now on Python 3. May no longer be backwards-compatible with Python < 2.6.
2012-09-08 20:24:45 +00:00
connections.py
Fix MySQLdb1-1 Exception format incompatible with previous versions
2012-09-27 12:40:03 -04:00
converters.py
More Python 3 fixes. Py 3 blows up when testing BLOBs.
2012-09-08 21:22:53 +00:00
cursors.py
Revert raise exc as value statements to raise exc, value since it breaks Python < 2.6.
2012-09-27 12:40:04 -04:00
times.py
Use isoformat() instead of strftime() to avoid year limitations of the latter.
Fixes
#3296395
2012-09-07 18:04:23 +00:00