18 Commits

Author SHA1 Message Date
a33e1c3836 Format 2018-12-06 19:33:31 +09:00
5af8ece7ac Remove automatic warning check (#296) 2018-12-04 21:54:14 +09:00
73ccdcdddf Fix decoding tiny/medium/long blobs (#215) 2017-12-14 17:30:29 +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
7431683307 Merge pull request #101 from vtermanis/warning_args
Warning propagation improvements
2016-07-28 18:59:00 +09:00
c7d2168939 add surrogate escape for callproc and test case for that (#104) 2016-07-28 18:49:52 +09:00
ad935e4ba8 Warning propagation improvements 2016-07-26 18:43:35 +01:00
6079889e51 Use assertEqual instead of deprecated assertEquals 2016-05-16 08:12:21 +03:00
91054f07cb Replaced assertGreater with assertNotEqual so that the code runs with Python 2.6 too. 2015-07-20 23:32:14 +02:00
670cede43b Added test for MULTIPOLYGON (that fails in 1742946) 2015-07-20 23:08:40 +02:00
04896fc6f5 Treat BIT as binary type. 2015-04-09 03:33:33 +09:00
06905e5e6f Add test for BIT type 2015-04-08 23:02:34 +09:00
7a301a2c45 Exception raised from _mysql should be reraise as is. 2014-09-09 22:18:39 +09:00
0773933cae Changing the way checks for the error code are made. 2014-01-10 10:10:53 +01:00
b9aa0530a8 Improved support for Python 3. 2014-01-09 18:03:53 +01:00
53ebb0fced Change one assertTrue to assertEquals to get better failure output 2013-09-30 13:51:30 -07: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