16 Commits

Author SHA1 Message Date
16d139c61f Remove escape() and escape_string() from MySQLdb. (#511) 2021-10-19 13:19:58 +09:00
24aaa72c15 cleanup 2021-01-08 17:39:31 +09:00
18163d7022 code cleanup and reformat (#423) 2020-01-20 19:47:22 +09:00
026e87f7b5 Remove py27 support from Python sources. (#394) 2019-11-28 22:04:42 +09:00
713d3625f8 fixup docs 2019-11-19 17:29:03 +09:00
23addef86d Remove unused "NULL" from __all__ in __init__.py (#369)
Since the symbol "NULL" is removed in 819688b6, it should be also
removed from `__all__`. Fix issue #368.
2019-07-17 14:10:32 +09:00
bf77dd0633 Update FIELD_TYPEs (#309) 2018-12-12 20:25:12 +09:00
16915a0353 Remove fileno, escape_sequence, and escape_dict from Connection (#297) 2018-12-04 21:50:30 +09:00
833816ee87 Move _mysql and _mysql_exceptions into MySQLdb/ (#293) 2018-12-04 20:19:04 +09:00
3de469db63 1.3.13 2018-06-27 20:27:54 +09:00
f96cb44ef1 Add NEWDECIMAL to the NUMBER DBAPISet (#167) 2017-04-30 02:24:09 +09:00
cba486e043 Use _binary prefix for bytes/bytearray parameters (#140)
- Based on #106 but now disabled by default
- Can be enabled via 'binary_prefix' connection parameter
- Added unit tests to verify behaviour
2017-02-10 20:36:41 +09:00
490080ac79 Revert "Use _binary prefix for bytes/bytearray parameters" 2016-09-30 21:31:34 +09:00
2617620e27 Use _binary prefix for bytes/bytearray parameters (#106) 2016-09-11 19:55:34 +09:00
382fb9f9b3 Random fixes. 2014-04-17 22:24:46 +09:00
7a846cf5e3 Allow pip install from git
Merged with modifications from a815269010
2012-10-04 13:34:39 -04:00