15 Commits

Author SHA1 Message Date
df52e237b3 Add collation option (#564)
Fixes #563
2023-05-09 11:45:28 +09:00
18163d7022 code cleanup and reformat (#423) 2020-01-20 19:47:22 +09:00
643220972e Add Context Manager Interface to Connection. (#413)
Fixes #400.
2019-11-29 21:15:17 +09:00
026e87f7b5 Remove py27 support from Python sources. (#394) 2019-11-28 22:04:42 +09:00
7893c5a97d Grammar fixes (#333) 2019-02-17 12:13:10 +09:00
4b40c8ce05 Remove _mysql.thread_safe() (#311) 2018-12-13 16:10:58 +09:00
819688b630 Simplify converters (#304) 2018-12-07 13:50:05 +09:00
27e40186e3 Resurrect Connection.fileno() (#300)
This permits low-level access to the underlying network connection.
For example, this can be used to tweak the TCP timeout (TCP_USER_TIMEOUT).
2018-12-05 19:08:35 +09:00
833816ee87 Move _mysql and _mysql_exceptions into MySQLdb/ (#293) 2018-12-04 20:19:04 +09:00
9fb618806b Fix Connection.client_flag (#266) 2018-10-23 19:04:18 +09:00
6079889e51 Use assertEqual instead of deprecated assertEquals 2016-05-16 08:12:21 +03:00
98bec5fb8c fixup 2015-11-05 03:38:13 +09:00
0dfce06514 Add test for _mysql.escape_string() 2015-02-24 14:51:34 +09:00
369810dff7 PyPy fixes, and probably some reference issues for CPython too.
Derived from a patch at https://bitbucket.org/pypy/compatibility/wiki/edit/mysql-python
2012-10-17 18:30:19 -04:00
7a846cf5e3 Allow pip install from git
Merged with modifications from a815269010
2012-10-04 13:34:39 -04:00