Commit Graph

  • 54c69436f4 Add Connection._get_native_connection Christian Ferrari 2018-10-20 05:20:44 +02:00
  • 68b9662918 Add Decimal converter (#267) Sergey Fedoseev 2018-10-19 15:51:36 +05:00
  • 3d4d286a10 Fixed float converter (#268) Sergey Fedoseev 2018-10-19 15:50:23 +05:00
  • cfff0175ba Handle mariadb static library called mariadbclient.a (#265) Ed 2018-10-02 06:04:51 +01:00
  • 3de469db63 1.3.13 1.3.13 INADA Naoki 2018-06-27 20:27:54 +09:00
  • 99c1eea578 Use c++ for static link (#243) E. Souhrada 2018-06-27 03:47:03 -07:00
  • 92cd532893 use metapackage for libmysqlclient-dev (#245) Tomáš Kukrál 2018-05-31 10:38:54 +02:00
  • fccd022ad7 Use pytest instead of py.test (#240) INADA Naoki 2018-05-18 14:52:52 +09:00
  • 8bd19500c6 Spelling and grammar fixes (#241) INADA Naoki 2018-05-18 14:35:21 +09:00
  • 1a379c446c Add percona client support and --static option INADA Naoki 2018-05-16 15:23:22 +09:00
  • 50fa27df5c Add optional --static flag to customize _mysql.so at install time #242 E. Souhrada 2018-05-15 22:35:53 -07:00
  • cacd5d0398 revert back to non-static linking by default E. Souhrada 2018-05-15 18:19:26 -07:00
  • 46805facbc Change default build option to use static linking for the MySQL client library, and support perconaserverclient as a valid link target. e. ravyn deadbunny 2018-05-15 17:37:58 -07:00
  • 07f4739d97 Spelling and grammar fixes #241 Ville Skyttä 2018-05-15 22:04:10 +02:00
  • 0ce8ed205d Use pytest instead of py.test per upstream recommendation, #dropthedot #240 Ville Skyttä 2018-05-15 22:00:54 +02:00
  • cddc375bbe doc: grammar fix. (#228) INADA Naoki 2018-03-23 02:34:49 +09:00
  • f95cfc09f6 typo/grammar fix #228 Lee Gaines 2018-03-22 09:29:27 -07:00
  • 9178048a16 Reduce callproc roundtrip time (#223) INADA Naoki 2018-03-15 18:55:40 +09:00
  • f2f94dcdde Update cursors.py #223 INADA Naoki 2018-03-15 18:44:22 +09:00
  • 1f8bd5361e Reduce callproc roundtrip time Vilnis Termanis 2018-01-20 17:40:38 +00:00
  • a2ebbd2073 Use _Bool only for MySQL 8 INADA Naoki 2017-12-21 20:09:58 +09:00
  • 1ea5d01db8 my_bool is removed from MySQL 8 INADA Naoki 2017-12-21 19:16:24 +09:00
  • b10ecd0b46 Remove broken row_seek() and row_tell() (#220) INADA Naoki 2017-12-21 18:48:50 +09:00
  • d65e10e356 Add note about annoying MySQL Connector bug. (#212) Graham Voysey 2017-12-21 04:41:31 -05:00
  • b948553229 simplify memory management of the conv dictionary Benjamin Peterson 2017-12-21 18:18:57 +09:00
  • 73ccdcdddf Fix decoding tiny/medium/long blobs (#215) kilroy42 2017-12-14 09:30:29 +01:00
  • 2996f9bebc 1.3.12 1.3.12 INADA Naoki 2017-09-02 02:40:15 +09:00
  • 46e5581238 Update HISTORY INADA Naoki 2017-09-02 02:39:45 +09:00
  • 1a9874b340 raise InterfaceError when mysql_errno() returns 0 (#203) INADA Naoki 2017-09-02 01:50:16 +09:00
  • bab17ed504 remove extra parameter (#201) NestorTejero 2017-09-01 18:39:41 +02:00
  • 71e15b1b3b 1.3.11 1.3.11 INADA Naoki 2017-09-01 10:54:36 +09:00
  • 6058715077 Fix compile with MariaDB 10.2.8 (#200) Ramiro Aparicio 2017-08-31 03:53:55 +02:00
  • 823e56a4b2 1.3.11c1 INADA Naoki 2017-08-30 18:51:07 +09:00
  • bfefd34bc1 update HISTORY INADA Naoki 2017-08-30 18:49:49 +09:00
  • ca4317a6b5 Fix encoding tuple argument (#155) INADA Naoki 2017-08-30 18:49:02 +09:00
  • e39df07f29 Fix docstring for use_unicode type INADA Naoki 2017-08-29 18:16:15 +09:00
  • 92706a7dc7 1.3.11 INADA Naoki 2017-08-29 16:33:55 +09:00
  • ca41a647cb remove include "my_config.h". (#198) INADA Naoki 2017-08-28 22:35:27 +09:00
  • 32ae0403d6 add ISSUE_TEMPLATE INADA Naoki 2017-07-06 22:31:52 +09:00
  • 1a10d0e4fc Support error numbers > CR_MAX_ERROR (#188) INADA Naoki 2017-06-27 12:10:11 +09:00
  • f41e651e28 fix leak of connection->converter. (#182) INADA Naoki 2017-06-16 16:58:59 +09:00
  • 354dcb59e2 Allow bulk insert which no space around VALUES (#179) INADA Naoki 2017-06-15 09:06:46 +09:00
  • 1693848c9f Fix compile error with MariaDB 10.2. (#177) INADA Naoki 2017-06-07 15:46:20 +09:00
  • f96cb44ef1 Add NEWDECIMAL to the NUMBER DBAPISet (#167) Brian Van Klaveren 2017-04-29 10:24:09 -07:00
  • bb07f701f5 include LICENSE in source tarball Jakub Dorňák 2017-03-07 10:48:28 +01:00
  • 2b6123e236 Allow semicolon at the end of bulk insert query Guangyang Li 2017-02-28 14:27:16 -05:00
  • 948def48bd 1.3.10 1.3.10 INADA Naoki 2017-02-20 17:49:47 +09:00
  • 31337c4b63 nose is not used now INADA Naoki 2017-02-20 17:44:12 +09:00
  • c56146d137 Add suffix to HISTORY and INSTALL INADA Naoki 2017-02-20 17:20:34 +09:00
  • 682dfa2b35 Add HISTORY for Python 1.3.10 INADA Naoki 2017-02-20 17:18:59 +09:00
  • 8fcd2c5b7d Use surrogateescape normally on Python 3.6 INADA Naoki 2017-02-20 17:04:48 +09:00
  • 118861f8cb deprecate Connection.__enter__ INADA Naoki 2017-02-20 16:47:56 +09:00
  • d587e81a7f codecov INADA Naoki 2017-02-19 20:59:39 +09:00
  • 2c0485f246 travis: use sudo-enabled trusty for now INADA Naoki 2017-02-19 20:47:03 +09:00
  • cbc991ec2c travis: fix erros INADA Naoki 2017-02-19 20:40:16 +09:00
  • 97e18a1ea1 stop using tox. INADA Naoki 2017-02-19 20:11:49 +09:00
  • cba486e043 Use _binary prefix for bytes/bytearray parameters (#140) Vilnis Termanis 2017-02-10 11:36:41 +00:00
  • 50a81b1783 adding requirement for Mac OS (#143) Ardi Nusawan 2017-01-26 15:37:19 +07:00
  • 2feb5ed685 reduce IS_PY3K usage INADA Naoki 2017-01-04 21:43:42 +09:00
  • c30c15f239 Merge pull request #138 from methane/fix/result-typecheck INADA Naoki 2017-01-04 21:41:38 +09:00
  • 10c6f9f767 Add typecheck for _mysql.result() #138 INADA Naoki 2017-01-04 21:37:24 +09:00
  • d16ced645f Add test for PyMySQL/mysqlclient-python#137 INADA Naoki 2017-01-04 21:34:02 +09:00
  • 4050c747e5 Fix some typos in HISTORY (#129) Adam Chainz 2016-10-12 11:08:57 +01:00
  • 42b68a43f7 Use Python 3.6-dev INADA Naoki 2016-10-11 16:31:29 +09:00
  • 74f7770b71 1.3.9 1.3.9 INADA Naoki 2016-09-30 21:33:46 +09:00
  • d2ee516e2c Update HISTORY INADA Naoki 2016-09-30 21:33:20 +09:00
  • 490080ac79 Revert "Use _binary prefix for bytes/bytearray parameters" INADA Naoki 2016-09-30 21:13:41 +09:00
  • 387c350188 Fix compile error on MSVC compiler. INADA Naoki 2016-09-30 15:50:10 +09:00
  • d8b4d34874 1.3.8 1.3.8 INADA Naoki 2016-09-29 20:33:13 +09:00
  • 7a402995c0 Update HISTORY INADA Naoki 2016-09-29 18:45:44 +09:00
  • fe94467312 Add basic Makefile INADA Naoki 2016-09-29 17:20:58 +09:00
  • 4202f611df Don't use mysql_real_escape_string_quote on MariaDB (#115) INADA Naoki 2016-09-12 07:50:05 +09:00
  • 4d5848ea9a Add test for Python 3.6 (#116) INADA Naoki 2016-09-12 07:49:51 +09:00
  • dd9929c0e7 Update error constants (#113) Ville Skyttä 2016-09-12 00:34:25 +03:00
  • db1bb2ccb1 Spelling fixes (#112) Ville Skyttä 2016-09-12 00:31:28 +03:00
  • 2617620e27 Use _binary prefix for bytes/bytearray parameters (#106) Vilnis Termanis 2016-09-11 11:55:34 +01:00
  • 269d3208ff MySQL Connector/C 6.1.6 doesn't have mysql_real_escape_string_quote (#111) INADA Naoki 2016-09-06 14:00:12 +09:00
  • 4b39e93eb4 Use mysql_real_escape_string_quote() if exists (#109) INADA Naoki 2016-09-05 01:31:37 +09:00
  • a83baad1d0 Use mysql_real_escape_string_quote() if exists. #109 INADA Naoki 2016-09-05 01:16:12 +09:00
  • 05fbc500d1 Always MYSQL_VERSION_ID >= 50007 INADA Naoki 2016-09-05 01:05:12 +09:00
  • 19ad21179c Remove unused import from sample code INADA Naoki 2016-08-31 16:20:36 +09:00
  • 7431683307 Merge pull request #101 from vtermanis/warning_args INADA Naoki 2016-07-28 18:59:00 +09:00
  • c7d2168939 add surrogate escape for callproc and test case for that (#104) Woo-Jing, Seok 2016-07-28 18:49:52 +09:00
  • ad935e4ba8 Warning propagation improvements #101 Vilnis Termanis 2016-07-26 18:43:35 +01:00
  • fb842fbdd5 Use METH_NOARGS (#103) INADA Naoki 2016-07-27 01:49:06 +09:00
  • 8c219d9261 Merge pull request #100 from methane/mysql-affected-rows-error INADA Naoki 2016-07-25 12:25:02 +09:00
  • ac1fb2dddd mysql_affected_rows may return -1 #100 INADA Naoki 2016-07-25 03:55:38 +09:00
  • f2ab098af4 Merge pull request #96 from scop/links INADA Naoki 2016-07-07 02:39:20 +09:00
  • 0f6e5d7ddf Doc and comment link fixes #96 Ville Skyttä 2016-07-06 16:29:42 +03:00
  • 68181ed7c2 Merge pull request #91 from jinto/patch-1 INADA Naoki 2016-06-28 21:59:45 +09:00
  • 66029d6406 Support 'database' and 'password' kwargs INADA Naoki 2016-06-28 17:36:57 +09:00
  • d505521313 Merge pull request #93 from methane/cursor-connections INADA Naoki 2016-06-14 20:09:31 +09:00
  • 06f2b66598 Cursor.connection is real reference #93 INADA Naoki 2016-06-14 18:01:46 +09:00
  • ee6ad1ccf4 unicode string in argument of string raises error #91 jay park 2016-06-09 02:43:00 +09:00
  • ae9d6f8ccb Merge pull request #89 from adamchainz/readthedocs.io INADA Naoki 2016-05-29 23:17:04 +09:00
  • 3998e7b0ff Convert readthedocs link for their .org -> .io migration for hosted projects #89 Adam Chainz 2016-05-29 14:47:42 +01:00
  • 2601312e5d Merge pull request #88 from mmontagna/master INADA Naoki 2016-05-24 08:28:21 +09:00
  • 9e3ca789dc Fix readme spelling and grammar. #88 Marco Montagna 2016-05-23 15:54:35 -07:00
  • 11febbd637 Merge pull request #87 from scop/assertequal INADA Naoki 2016-05-16 14:18:56 +09:00
  • 6079889e51 Use assertEqual instead of deprecated assertEquals #87 Ville Skyttä 2016-05-16 08:12:21 +03:00