Commit Graph

34 Commits

Author SHA1 Message Date
Ville Skyttä
db1bb2ccb1 Spelling fixes (#112) 2016-09-12 06:31:28 +09:00
INADA Naoki
7431683307 Merge pull request #101 from vtermanis/warning_args
Warning propagation improvements
2016-07-28 18:59:00 +09:00
Woo-Jing, Seok
c7d2168939 add surrogate escape for callproc and test case for that (#104) 2016-07-28 18:49:52 +09:00
Vilnis Termanis
ad935e4ba8 Warning propagation improvements 2016-07-26 18:43:35 +01:00
Ville Skyttä
6079889e51 Use assertEqual instead of deprecated assertEquals 2016-05-16 08:12:21 +03:00
INADA Naoki
57dd34dc10 fixup 2016-05-11 18:21:49 +09:00
INADA Naoki
49e401b3bc Port executemany() implementation from PyMySQL 2016-05-11 12:35:00 +09:00
INADA Naoki
98bec5fb8c fixup 2015-11-05 03:38:13 +09:00
Philipp Spitzer
91054f07cb Replaced assertGreater with assertNotEqual so that the code runs with Python 2.6 too. 2015-07-20 23:32:14 +02:00
Philipp Spitzer
670cede43b Added test for MULTIPOLYGON (that fails in 1742946) 2015-07-20 23:08:40 +02:00
INADA Naoki
cac3b615e7 travis: mysql --print-defaults 2015-06-03 01:25:09 +09:00
William Tisäter
d0f96ff213 Return in case of higher precision than expected 2015-05-06 17:32:00 +02:00
William Tisäter
7397b0e93c Fix non-valid MySQL dates 2015-05-04 15:27:31 +02:00
William Tisäter
f9cc9f8b57 Mock localtime with gmtime for epoch tests 2015-05-03 10:51:28 +02:00
William Tisäter
5d47ff4e35 Increase MySQLdb.times coverage to 100% 2015-05-01 19:59:35 +02:00
William Tisäter
402016ff03 Drop debug logging from times test 2015-05-01 18:29:55 +02:00
William Tisäter
f9faf720a3 Set assert time in UTC 2015-05-01 16:45:07 +02:00
William Tisäter
2d5db2e3e0 Add tests for times module 2015-05-01 13:51:29 +02:00
INADA Naoki
04896fc6f5 Treat BIT as binary type. 2015-04-09 03:33:33 +09:00
INADA Naoki
06905e5e6f Add test for BIT type 2015-04-08 23:02:34 +09:00
INADA Naoki
0dfce06514 Add test for _mysql.escape_string() 2015-02-24 14:51:34 +09:00
INADA Naoki
7a301a2c45 Exception raised from _mysql should be reraise as is. 2014-09-09 22:18:39 +09:00
INADA Naoki
67cf0a0897 StandardError is removed from Python 3 2014-04-18 12:06:39 +09:00
INADA Naoki
67ecdc82a6 Fix calling Binary() with string. 2014-04-18 12:04:04 +09:00
INADA Naoki
4a6dde81a3 Fix multiply by float. 2014-04-18 11:54:03 +09:00
INADA Naoki
f188e0f9e4 Fix some tests. 2014-04-18 11:29:10 +09:00
Marc Abramowitz
9440a0d4df Handle types in a Python 3 friendly way 2014-04-16 14:31:10 -07:00
Niko Wenselowski
0773933cae Changing the way checks for the error code are made. 2014-01-10 10:10:53 +01:00
Niko Wenselowski
b9aa0530a8 Improved support for Python 3. 2014-01-09 18:03:53 +01:00
Marc Abramowitz
53ebb0fced Change one assertTrue to assertEquals to get better failure output 2013-09-30 13:51:30 -07:00
farcepest
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
farcepest
2325200a7d Revert to using utf8 for default testing setup as utf8mb4 is not ubiquitous. 2012-10-08 11:37:35 -04:00
farcepest
7d4993a53c Workaround for recommended MySQL 5.5 utf8mb4 character set, which is not recognized by Python yet. 2012-10-05 14:01:51 -04:00
Evax Software
7a846cf5e3 Allow pip install from git
Merged with modifications from a815269010
2012-10-04 13:34:39 -04:00