Commit Graph

  • 1ca655cd0d Fix MySQLdb release tags MySQLdb-1.1.0 adustman 2006-04-02 17:03:52 +00:00
  • 252fb96802 Fix MySQLdb release tags MySQLdb-1.1.1 adustman 2006-04-02 17:03:52 +00:00
  • 7c0dad7bc0 Fix MySQLdb release tags MySQLdb-1.1.10 adustman 2006-04-02 17:03:52 +00:00
  • 219413aed7 Fix MySQLdb release tags MySQLdb-1.1.2 adustman 2006-04-02 17:03:52 +00:00
  • abdc281992 Fix MySQLdb release tags MySQLdb-1.1.4 adustman 2006-04-02 17:03:52 +00:00
  • 513ce0855a Fix MySQLdb release tags MySQLdb-1.1.5 adustman 2006-04-02 17:03:52 +00:00
  • 680deef8e8 Fix MySQLdb release tags MySQLdb-1.1.6 adustman 2006-04-02 17:03:52 +00:00
  • 537731e595 Fix MySQLdb release tags MySQLdb-1.1.7 adustman 2006-04-02 17:03:52 +00:00
  • 6aa4d8b4d1 Fix MySQLdb release tags MySQLdb-1.1.8 adustman 2006-04-02 17:03:52 +00:00
  • 05025cc3e9 Fix MySQLdb release tags MySQLdb-1.1.9 adustman 2006-04-02 17:03:52 +00:00
  • 44d88798f2 Fix MySQLdb release tags MySQLdb-1.2.1c1 adustman 2006-04-02 17:03:52 +00:00
  • 7699189a93 Fix MySQLdb release tags MySQLdb-1.2.1c5 adustman 2006-04-02 17:03:52 +00:00
  • 36adc7de07 Fix MySQLdb release tags MySQLdb-1.2.1c6 adustman 2006-04-02 17:03:52 +00:00
  • df59938e82 Fix MySQLdb release tags MySQLdb-1.2.1c7 adustman 2006-04-02 17:03:52 +00:00
  • 3df2e1bdda Fix MySQLdb release tags MySQLdb-1.2.1c8 adustman 2006-04-02 17:03:52 +00:00
  • ab8a2a9e8c Fix some very old MySQLdb release tags MySQLdb-0.3.3 adustman 2006-04-02 16:57:05 +00:00
  • dcc5ce8670 Fix some very old MySQLdb release tags MySQLdb-0.3.4 adustman 2006-04-02 16:57:05 +00:00
  • 95d39c9f80 Fix some very old MySQLdb release tags MySQLdb-0.3.5 adustman 2006-04-02 16:57:05 +00:00
  • 2187a58587 This commit was manufactured by cvs2svn to create tag 'r_1_2_1_c_8'. (no author) 2006-03-28 12:59:24 +00:00
  • 0e9cc93e37 Fix leak test for subclassing adustman 2006-03-28 12:59:24 +00:00
  • 426d27d4ae Fix some inconsistent spacing. adustman 2006-03-28 05:03:35 +00:00
  • e5d609b344 Added documentation for sql_mode support. adustman 2006-03-06 05:33:01 +00:00
  • 3c3ef08720 Added a bunch of new error codes to MySQLdb.constants.ER (complete for MySQL-5.0). adustman 2006-03-06 05:28:05 +00:00
  • 609a987201 This commit was manufactured by cvs2svn to create tag 'r_1_2_1_c_7'. (no author) 2006-03-05 04:59:14 +00:00
  • 21a3d3397b Bump metadata version. adustman 2006-03-05 04:59:14 +00:00
  • 9e4c5ec971 Reverted patch #1387290. It caused char/varchar columns with a binary collation to return array('c', ...), which should only be returned for actual BLOB columns. adustman 2006-03-04 23:27:24 +00:00
  • 98e6ac627f This commit was manufactured by cvs2svn to create tag 'r_1_2_1_c_6'. (no author) 2006-03-03 04:09:21 +00:00
  • 5a96a76eb0 * Added set_character_set(charset) method to database connections adustman 2006-03-03 04:09:21 +00:00
  • 7ec36af816 This commit was manufactured by cvs2svn to create tag 'r_1_2_1_c_5'. (no author) 2006-03-02 04:19:32 +00:00
  • c93adbedd4 * Add metadata.cfg and site.cfg to MANIFEST.in so they get packaged adustman 2006-03-02 04:19:32 +00:00
  • 6024695c34 Fix classifiers and package file handling adustman 2006-02-28 17:50:22 +00:00
  • 344a8a3d2c Fix distribution naming adustman 2006-02-28 17:36:32 +00:00
  • 718a02ea0e Derive all version information from metadata.cfg adustman 2006-02-28 17:16:50 +00:00
  • 5e867b6f18 Fix embedded build adustman 2006-02-28 16:34:16 +00:00
  • 45c9f5d0ed * Update README adustman 2006-02-28 04:19:27 +00:00
  • b3ce052525 Python Sets (from sets module) as parameters work, but *only* Set and not ImmutableSet. Still trying to get it to work on BaseSet so any subclasses will work. adustman 2006-02-27 23:10:38 +00:00
  • ae901f0a4f Fix client_flag fubar and add support for more detailed warning information available from MySQL-4.1 and newer server. adustman 2006-02-27 18:48:57 +00:00
  • 36158116b1 Add sets module support and make boolean support non-optional adustman 2006-02-27 18:39:53 +00:00
  • b14a0fa91d Remove sets module in favor of standard sets module (Python-2.3 and newer) adustman 2006-02-27 17:19:40 +00:00
  • b13701f252 Remove FIELD_TYPE.CHAR (deprecated) from STRING set since it conflicts with FIELD_TYPE.TINY (NUMBER). adustman 2006-02-27 15:45:37 +00:00
  • e11b39a4f4 Fix fubared TimeDelta_or_None and Time_or_None adustman 2006-02-27 05:49:26 +00:00
  • e23802d4d0 Remove erroneous insert_id() on cursor reference. adustman 2006-02-27 05:37:22 +00:00
  • 854f8e904a Translate some additional error codes adustman 2006-02-27 05:31:14 +00:00
  • d90d2c8875 Documentation is good. Correct documentation is better. adustman 2006-02-27 04:48:02 +00:00
  • 86d1087f16 Enable MULTI_STATEMENTS if the client library is 4.1 or newer. adustman 2006-02-27 04:20:48 +00:00
  • 720a726049 Encode queries to connection character set before inserting parameters. Bug 1438913 adustman 2006-02-26 14:50:47 +00:00
  • de69219eb0 Generic DB-API unit test module adustman 2006-02-25 03:44:32 +00:00
  • d9e78275c6 Add the DB API unit tester for MySQLdb adustman 2006-02-25 03:43:47 +00:00
  • 1259565a78 * Fix callproc adustman 2006-02-25 03:31:52 +00:00
  • 47e9e8c7ee Add callproc() support. adustman 2006-02-25 00:56:15 +00:00
  • c1e9fbc54b Don't convert binary varchar columns to unicode. Patch 1387290 adustman 2006-02-25 00:43:09 +00:00
  • 6cebc27929 Include my_config.h so that SSL support can be properly detected. adustman 2006-02-25 00:33:17 +00:00
  • ab1936ab44 Apply Gentoo patch for NEWDECIMAL support (MySQL-5.0) adustman 2006-02-23 02:00:58 +00:00
  • 5692c4c3bd Version 1.2.1c3: adustman 2005-05-12 02:08:50 +00:00
  • a400476718 Fix Debian information adustman 2005-05-01 18:41:32 +00:00
  • f58ed4b020 * removed directory filtering in setup.py; should no longer be necessary, and it seems to cause problems on some platforms or versions of MySQL (most likely 3.23's mysql_config) adustman 2005-05-01 00:09:25 +00:00
  • 80d96285b6 This commit was manufactured by cvs2svn to create tag 'r_1_2_1_c_1'. (no author) 2005-04-10 20:56:55 +00:00
  • cebe539399 Version 1.2.1c1 adustman 2005-04-10 20:56:55 +00:00
  • 14807597cb This should fix the problem with Fedora Core noted on bug #1145226: On library/include paths, remove quotation marks, if present. adustman 2005-04-10 20:50:29 +00:00
  • ee9db58306 Apply patch #1179364 for bug #1037468: DeprecationWarnings for deprecated methods. adustman 2005-04-10 20:41:29 +00:00
  • 3715476b92 Restore the begin() method, but issue a DeprecationWarning. adustman 2005-04-03 05:17:34 +00:00
  • fa20c1906c Add iterator protocol to SSCurors. adustman 2005-04-03 05:15:51 +00:00
  • a4892cd07e Merge in changes from the trunk adustman 2005-04-03 04:23:18 +00:00
  • 92fb64114b This commit was manufactured by cvs2svn to create branch 'branch-1-2'. (no author) 2005-02-04 17:03:46 +00:00
  • ba4cea7fdf Fix connection leak adustman 2005-02-04 17:03:46 +00:00
  • e0ffd3d8cd This commit was manufactured by cvs2svn to create tag 'r_1_1_10'. (no author) 2005-02-01 04:01:40 +00:00
  • 6729b187d2 * Version 1.1.10 adustman 2005-02-01 04:01:40 +00:00
  • fe384a9f09 Add additional documentation for RPM build. adustman 2005-01-27 03:05:32 +00:00
  • 4e0b3938ab Fix RPM build adustman 2005-01-27 02:41:24 +00:00
  • f3752568e2 Windows fixes adustman 2005-01-25 04:45:30 +00:00
  • aac9787605 Made setup.py usable for Windows again. You must set the mysqlroot environment variable or patch to make it actually work. adustman 2005-01-23 06:56:55 +00:00
  • 26b64c6af0 Bug #770825 adustman 2005-01-23 05:47:40 +00:00
  • 1867e3accb add load_infile option and more doc cleanups adustman 2005-01-23 04:49:04 +00:00
  • 4c73fc2fb6 This commit was manufactured by cvs2svn to create tag 'r_1_1_9'. (no author) 2005-01-21 03:25:30 +00:00
  • ebd7a3e62a Documentation updates. adustman 2005-01-21 03:25:30 +00:00
  • 16a5822dae * Bump version to 1.1.9 adustman 2005-01-20 04:20:19 +00:00
  • 8900d410ae * make sure charset has a default (None) adustman 2005-01-17 01:51:00 +00:00
  • 249ab4d23e Should now auto-detect all build settings for any platform. win32 now requires win32pipe to build. Build has only been tested on Linux, but AFAIK, os.popen() works properly on all other platforms, and certainly must work on anything remotely POSIX/UNIX-like. I am assuming that it will work on Mac OS X as well. adustman 2005-01-15 02:16:26 +00:00
  • f0d497d8f3 * Overhaul setup.py adustman 2005-01-13 05:00:29 +00:00
  • 8c33cd718c Add GEOMETRY (new in MySQL-4.1) adustman 2005-01-05 03:44:02 +00:00
  • c17701e27f This commit was manufactured by cvs2svn to create tag 'r_1_0_1'. (no author) 2005-01-01 17:47:53 +00:00
  • 3a43339d8f This commit was manufactured by cvs2svn to create tag 'r_1_1_8'. (no author) 2005-01-01 00:10:20 +00:00
  • 47ded12f98 Fix some formatting problems adustman 2005-01-01 00:10:20 +00:00
  • bad2cc11dc Clean up handling of warnings and make cursor.messages actually useful for something. adustman 2004-12-31 23:38:21 +00:00
  • 8f4649dbd2 Version 1.1.8 adustman 2004-12-31 22:41:11 +00:00
  • 8802176f03 Remove old CHANGELOG. Include some test programs, which are not in CVS. adustman 2004-12-31 22:36:50 +00:00
  • 34ad168b73 Very minor DB-API compliance fixes. adustman 2004-12-31 22:34:11 +00:00
  • 6943657d87 Add support for warning_count() and constants needed for issuing multiple statements. adustman 2004-12-31 01:30:17 +00:00
  • 59cdc0aaea * add set_server_option() and sqlstate() connection object methods adustman 2004-12-30 22:17:36 +00:00
  • 8632a76952 *** empty log message *** adustman 2004-12-30 20:59:58 +00:00
  • ebaa1af609 * Add connection.next_result() adustman 2004-12-30 20:58:48 +00:00
  • 7e7ebf7e6a Convert the new autocommit, commit, and rollback connection methods into pure C. When using MySQL<4.1, these issue queries. This simplifies the Python layer a bit. adustman 2004-12-30 19:13:22 +00:00
  • 222e97e40e Fix bug 1093028 adustman 2004-12-30 17:50:48 +00:00
  • 0ead0d244d *** empty log message *** adustman 2004-10-31 03:53:15 +00:00
  • 2c8d9ba82d This commit was manufactured by cvs2svn to create tag 'r_1_1_7'. (no author) 2004-10-31 03:49:19 +00:00
  • 28d85501da Convert to restructured text. adustman 2004-10-31 03:49:19 +00:00
  • 2d32380e68 Version 1.1.7 adustman 2004-10-31 02:11:20 +00:00
  • 2a2c1d3791 Fix bug #1050841 adustman 2004-10-31 01:55:51 +00:00
  • 691b3c060b Add unicode_errors parameter to connect() adustman 2004-10-29 01:52:52 +00:00
  • bb96e5577a Fix bug #1045512 adustman 2004-10-29 01:50:34 +00:00