⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog

📁 python联接mysql驱动 python联接mysql驱动
💻
📖 第 1 页 / 共 4 页
字号:
------------------------------------------------------------------------r397 | adustman | 2006-02-26 08:50:47 -0600 (Sun, 26 Feb 2006) | 3 linesEncode queries to connection character set before insertingparameters. Bug 1438913------------------------------------------------------------------------r396 | adustman | 2006-02-24 21:44:32 -0600 (Fri, 24 Feb 2006) | 2 linesGeneric DB-API unit test module------------------------------------------------------------------------r395 | adustman | 2006-02-24 21:43:47 -0600 (Fri, 24 Feb 2006) | 2 linesAdd the DB API unit tester for MySQLdb------------------------------------------------------------------------r394 | adustman | 2006-02-24 21:31:52 -0600 (Fri, 24 Feb 2006) | 6 lines* Fix callproc* Subtle bug: fetchall() could return the entire result set  over and over again if you called it multiple times (not  likely)------------------------------------------------------------------------r393 | adustman | 2006-02-24 18:56:15 -0600 (Fri, 24 Feb 2006) | 2 linesAdd callproc() support.------------------------------------------------------------------------r392 | adustman | 2006-02-24 18:43:09 -0600 (Fri, 24 Feb 2006) | 3 linesDon't convert binary varchar columns to unicode.Patch 1387290------------------------------------------------------------------------r391 | adustman | 2006-02-24 18:33:17 -0600 (Fri, 24 Feb 2006) | 2 linesInclude my_config.h so that SSL support can be properly detected.------------------------------------------------------------------------r387 | adustman | 2006-02-22 20:00:58 -0600 (Wed, 22 Feb 2006) | 2 linesApply Gentoo patch for NEWDECIMAL support (MySQL-5.0)------------------------------------------------------------------------r386 | adustman | 2005-05-11 21:08:50 -0500 (Wed, 11 May 2005) | 12 linesVersion 1.2.1c3:* _mysql.c: raise ProgrammingError for certain methods if they  are used on Result object created with conn.use_result(),  since they don't make sense.* setup.py: Reimplement quote stripping around directory names.  This seems to be a bug in older versions of mysql_config* cursors.py: If a unicode query string is passed, encode it in  the connection's character set.------------------------------------------------------------------------r385 | adustman | 2005-05-01 13:41:32 -0500 (Sun, 01 May 2005) | 2 linesFix Debian information------------------------------------------------------------------------r384 | adustman | 2005-04-30 19:09:25 -0500 (Sat, 30 Apr 2005) | 11 lines* 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)* removed use of weak references; I don't think they were needed any more,  and they caused problems in some of the threaded tests.* applied patch #1188359: If converters are passed in, use a copy().* Version 1.2.1c2.------------------------------------------------------------------------r382 | adustman | 2005-04-10 15:56:55 -0500 (Sun, 10 Apr 2005) | 2 linesVersion 1.2.1c1------------------------------------------------------------------------r381 | adustman | 2005-04-10 15:50:29 -0500 (Sun, 10 Apr 2005) | 4 linesThis should fix the problem with Fedora Core noted on bug#1145226: On library/include paths, remove quotation marks,if present.------------------------------------------------------------------------r380 | adustman | 2005-04-10 15:41:29 -0500 (Sun, 10 Apr 2005) | 3 linesApply patch #1179364 for bug #1037468:DeprecationWarnings for deprecated methods.------------------------------------------------------------------------r379 | adustman | 2005-04-02 23:17:34 -0600 (Sat, 02 Apr 2005) | 2 linesRestore the begin() method, but issue a DeprecationWarning.------------------------------------------------------------------------r378 | adustman | 2005-04-02 23:15:51 -0600 (Sat, 02 Apr 2005) | 4 linesAdd iterator protocol to SSCurors.Issue deprecation warnings for special DictCursor methods.------------------------------------------------------------------------r377 | adustman | 2005-04-02 22:23:18 -0600 (Sat, 02 Apr 2005) | 2 linesMerge in changes from the trunk------------------------------------------------------------------------r372 | (no author) | 2005-02-04 11:03:46 -0600 (Fri, 04 Feb 2005) | 1 lineThis commit was manufactured by cvs2svn to create branch 'branch-1-2'.------------------------------------------------------------------------r371 | adustman | 2005-02-04 11:03:46 -0600 (Fri, 04 Feb 2005) | 2 linesFix connection leak------------------------------------------------------------------------r369 | adustman | 2005-01-31 22:01:40 -0600 (Mon, 31 Jan 2005) | 4 lines* Version 1.1.10* Minor doc updates and setup tweaks.------------------------------------------------------------------------r368 | adustman | 2005-01-26 21:05:32 -0600 (Wed, 26 Jan 2005) | 2 linesAdd additional documentation for RPM build.------------------------------------------------------------------------r367 | adustman | 2005-01-26 20:41:24 -0600 (Wed, 26 Jan 2005) | 2 linesFix RPM build------------------------------------------------------------------------r366 | adustman | 2005-01-24 22:45:30 -0600 (Mon, 24 Jan 2005) | 2 linesWindows fixes------------------------------------------------------------------------r365 | adustman | 2005-01-23 00:56:55 -0600 (Sun, 23 Jan 2005) | 4 linesMade setup.py usable for Windows again. You must setthe mysqlroot environment variable or patch to makeit actually work.------------------------------------------------------------------------r364 | adustman | 2005-01-22 23:47:40 -0600 (Sat, 22 Jan 2005) | 2 linesBug #770825------------------------------------------------------------------------r363 | adustman | 2005-01-22 22:49:04 -0600 (Sat, 22 Jan 2005) | 2 linesadd load_infile option and more doc cleanups------------------------------------------------------------------------r361 | adustman | 2005-01-20 21:25:30 -0600 (Thu, 20 Jan 2005) | 2 linesDocumentation updates.------------------------------------------------------------------------r360 | adustman | 2005-01-19 22:20:19 -0600 (Wed, 19 Jan 2005) | 10 lines * Bump version to 1.1.9 * Reworked Unicode support; please test * Make Binary() create an array('c') * Clean up Cursors a bit. * Add a TimeDelta factory function, even though not in the API spec.------------------------------------------------------------------------r359 | adustman | 2005-01-16 19:51:00 -0600 (Sun, 16 Jan 2005) | 4 lines * make sure charset has a default (None) * eliminate lambda usage------------------------------------------------------------------------r358 | adustman | 2005-01-14 20:16:26 -0600 (Fri, 14 Jan 2005) | 7 linesShould now auto-detect all build settings for any platform.win32 now requires win32pipe to build. Build has only beentested on Linux, but AFAIK, os.popen() works properly onall other platforms, and certainly must work on anythingremotely POSIX/UNIX-like. I am assuming that it will workon Mac OS X as well.------------------------------------------------------------------------r357 | adustman | 2005-01-12 23:00:29 -0600 (Wed, 12 Jan 2005) | 7 lines* Overhaul setup.py* Clean up warnings in _mysql.c when SSL is not available* Tidy up MANIFEST.in------------------------------------------------------------------------r356 | adustman | 2005-01-04 21:44:02 -0600 (Tue, 04 Jan 2005) | 2 linesAdd GEOMETRY (new in MySQL-4.1)------------------------------------------------------------------------r352 | adustman | 2004-12-31 18:10:20 -0600 (Fri, 31 Dec 2004) | 2 linesFix some formatting problems------------------------------------------------------------------------r351 | adustman | 2004-12-31 17:38:21 -0600 (Fri, 31 Dec 2004) | 3 linesClean up handling of warnings and make cursor.messagesactually useful for something.------------------------------------------------------------------------r350 | adustman | 2004-12-31 16:41:11 -0600 (Fri, 31 Dec 2004) | 2 linesVersion 1.1.8------------------------------------------------------------------------r349 | adustman | 2004-12-31 16:36:50 -0600 (Fri, 31 Dec 2004) | 3 linesRemove old CHANGELOG. Include some test programs, which arenot in CVS.------------------------------------------------------------------------r348 | adustman | 2004-12-31 16:34:11 -0600 (Fri, 31 Dec 2004) | 2 linesVery minor DB-API compliance fixes.------------------------------------------------------------------------r347 | adustman | 2004-12-30 19:30:17 -0600 (Thu, 30 Dec 2004) | 3 linesAdd support for warning_count() and constants needed forissuing multiple statements.------------------------------------------------------------------------r346 | adustman | 2004-12-30 16:17:36 -0600 (Thu, 30 Dec 2004) | 2 lines* add set_server_option() and sqlstate() connection object methods------------------------------------------------------------------------r345 | adustman | 2004-12-30 14:59:58 -0600 (Thu, 30 Dec 2004) | 2 lines*** empty log message ***------------------------------------------------------------------------r344 | adustman | 2004-12-30 14:58:48 -0600 (Thu, 30 Dec 2004) | 4 lines* Add connection.next_result()* Another fix for bug #1093028------------------------------------------------------------------------r343 | adustman | 2004-12-30 13:13:22 -0600 (Thu, 30 Dec 2004) | 4 linesConvert the new autocommit, commit, and rollback connection methodsinto pure C. When using MySQL<4.1, these issue queries. This simplifiesthe Python layer a bit.------------------------------------------------------------------------r342 | adustman | 2004-12-30 11:50:48 -0600 (Thu, 30 Dec 2004) | 2 linesFix bug 1093028------------------------------------------------------------------------r341 | adustman | 2004-10-30 22:53:15 -0500 (Sat, 30 Oct 2004) | 2 lines*** empty log message ***------------------------------------------------------------------------r339 | adustman | 2004-10-30 22:49:19 -0500 (Sat, 30 Oct 2004) | 2 linesConvert to restructured text.------------------------------------------------------------------------r338 | adustman | 2004-10-30 21:11:20 -0500 (Sat, 30 Oct 2004) | 2 linesVersion 1.1.7------------------------------------------------------------------------r337 | adustman | 2004-10-30 20:55:51 -0500 (Sat, 30 Oct 2004) | 2 linesFix bug #1050841------------------------------------------------------------------------r336 | adustman | 2004-10-28 20:52:52 -0500 (Thu, 28 Oct 2004) | 2 linesAdd unicode_errors parameter to connect()------------------------------------------------------------------------r335 | adustman | 2004-10-28 20:50:34 -0500 (Thu, 28 Oct 2004) | 2 linesFix bug #1045512------------------------------------------------------------------------r333 | adustman | 2004-09-26 17:22:59 -0500 (Sun, 26 Sep 2004) | 10 lines * Fix pytimes.TimeDelta_or_None() * Include days with mxdatetime.format_TIME() * Return MySQL TIME columns as a time delta * Remove old CompatMysqldb module * Version 1.1.6------------------------------------------------------------------------r327 | adustman | 2004-09-19 16:38:59 -0500 (Sun, 19 Sep 2004) | 2 lines*** empty log message ***------------------------------------------------------------------------r326 | adustman | 2004-09-19 16:38:08 -0500 (Sun, 19 Sep 2004) | 6 lines * Removed some old-style Python stuff from setup.py * Added a bit of documentation on ssl parameter to Connection * Version 1.1.5------------------------------------------------------------------------r325 | adustman | 2004-09-19 15:14:31 -0500 (Sun, 19 Sep 2004) | 2 linesInclude new ChangeLog------------------------------------------------------------------------r324 | adustman | 2004-09-19 14:56:20 -0500 (Sun, 19 Sep 2004) | 2 linesRestore missing common on include_dirs------------------------------------------------------------------------r322 | adustman | 2004-09-11 02:26:27 -0500 (Sat, 11 Sep 2004) | 2 lines*** empty log message ***------------------------------------------------------------------------r321 | adustman | 2004-09-11 02:25:34 -0500 (Sat, 11 Sep 2004) | 8 linesVersion 1.1.4 * setup.py: changed include and library path order * MySQLdb/connections.py: fix super class reference in autocommit() * Tested against MySQL-4.1.4a with InnoDB tables------------------------------------------------------------------------r320 | adustman | 2004-09-11 00:57:19 -0500 (Sat, 11 Sep 2004) | 2 linesRe-fix typo------------------------------------------------------------------------r319 | adustman | 2004-09-11 00:29:00 -0500 (Sat, 11 Sep 2004) | 4 linesFix _mysql_Execption() typo. Code is only compiled when MySQL-4.1is in use, and I haven't done any actual testing against 4.1 yet.Please report any bugs to the SourceForge tracker.------------------------------------------------------------------------

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -