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

📄 changelog

📁 python联接mysql驱动 python联接mysql驱动
💻
📖 第 1 页 / 共 4 页
字号:
------------------------------------------------------------------------r481 | adustman | 2007-02-24 22:06:01 -0600 (Sat, 24 Feb 2007) | 2 linesSmall build/packaging fixes. 1.2.2c1.------------------------------------------------------------------------r480 | adustman | 2007-02-24 18:16:43 -0600 (Sat, 24 Feb 2007) | 1 lineUse setuptools instead of distutils. Add Python-2.5 support for with statement as described in http://docs.python.org/whatsnew/pep-343.html  *Please test*------------------------------------------------------------------------r476 | adustman | 2007-02-11 10:21:25 -0600 (Sun, 11 Feb 2007) | 3 linesFix for #1602592. Some Solaris compiler args could have percent signs,which would break distutils.------------------------------------------------------------------------r475 | adustman | 2007-02-11 09:49:53 -0600 (Sun, 11 Feb 2007) | 2 linesSuggestion from #1655760.------------------------------------------------------------------------r473 | adustman | 2007-02-11 01:31:16 -0600 (Sun, 11 Feb 2007) | 2 linesMissing setup_common too------------------------------------------------------------------------r472 | adustman | 2007-02-11 01:27:13 -0600 (Sun, 11 Feb 2007) | 2 linesMissing setup_posix.py and setup_windows.py.------------------------------------------------------------------------r468 | adustman | 2007-02-10 14:09:26 -0600 (Sat, 10 Feb 2007) | 2 linesFix for #1655760------------------------------------------------------------------------r467 | adustman | 2007-02-10 13:03:18 -0600 (Sat, 10 Feb 2007) | 3 linesRevert previous reconnect patches and just handle itwith ping([reconnect]).------------------------------------------------------------------------r466 | adustman | 2007-02-09 23:37:00 -0600 (Fri, 09 Feb 2007) | 1 lineFix bug #1567804: Make sure lists are copies/slices and not just the original------------------------------------------------------------------------r465 | adustman | 2007-02-09 22:37:15 -0600 (Fri, 09 Feb 2007) | 2 linesAdd connection.autoreconnect() (variant of bug #1574825)------------------------------------------------------------------------r464 | adustman | 2007-02-09 22:16:53 -0600 (Fri, 09 Feb 2007) | 3 linesreconnect option for connect (bug #1550388).Enjoy your toes while they last.------------------------------------------------------------------------r463 | adustman | 2007-02-09 22:06:10 -0600 (Fri, 09 Feb 2007) | 4 linesRemove test_SET() since it cannot work untilhttp://bugs.mysql.com/bug.php?id=17758 is fixed(MySQL-5.1 or 5.2).------------------------------------------------------------------------r462 | adustman | 2007-02-09 21:41:19 -0600 (Fri, 09 Feb 2007) | 1 linePatch #1651584 (florentaide): Fixes Windows build------------------------------------------------------------------------r461 | adustman | 2007-01-30 21:55:53 -0600 (Tue, 30 Jan 2007) | 2 linesWindows build. Completely untested.------------------------------------------------------------------------r460 | adustman | 2007-01-29 12:00:35 -0600 (Mon, 29 Jan 2007) | 7 linesFix dumb setup typo.SET columns can not be reliably returned as Python setsin MySQL<5.1. Fixes bug #1561190. Also seehttp://bugs.mysql.com/bug.php?id=17758------------------------------------------------------------------------r459 | adustman | 2007-01-03 17:13:58 -0600 (Wed, 03 Jan 2007) | 3 linesFactor out most of the setup into setup_posix.py.setup_windows.py is next.------------------------------------------------------------------------r458 | adustman | 2006-10-28 09:53:23 -0500 (Sat, 28 Oct 2006) | 3 linesCleaner way to handle the compile-time versioning (via distutilsdefine_macro), from #1586161 (Alexandr Zamaraev).------------------------------------------------------------------------r457 | adustman | 2006-10-27 18:33:35 -0500 (Fri, 27 Oct 2006) | 6 linesFix for Python 2.5.Added a unit test for single character columns.Updated download URL.------------------------------------------------------------------------r454 | adustman | 2006-10-13 17:12:34 -0500 (Fri, 13 Oct 2006) | 2 linesMetadata updates, 1.2.2b2------------------------------------------------------------------------r453 | adustman | 2006-08-29 23:04:42 -0500 (Tue, 29 Aug 2006) | 2 linesUse CP/M-style switch prefixes (/D instead of -D) on Windows.------------------------------------------------------------------------r452 | adustman | 2006-08-29 22:01:17 -0500 (Tue, 29 Aug 2006) | 3 linesWindows MySQL has a different configuration file (config-win.h)for inexplicable reasons. (Bug 1548032)------------------------------------------------------------------------r450 | adustman | 2006-08-27 13:02:48 -0500 (Sun, 27 Aug 2006) | 24 linesVersion 1.2.2b1.Raise IntegrityError for a couple types of relatively new errors.(Bug 1327679)Add BIT column support. (Bug 1468725)Return BINARY columns as normal strings, not arrays. (Bug 1495765)Add support for a new VARCHAR type; behaves like other CHAR types.Defer issuing warnings when using SSCursors. (Bug 1495782)Do not try to encode query strings unless they are unicode instances.(Bug 1521274)Fix problem with callproc() when it is used before execute() (which islegal). (Bug 1541124)Fix formatting of datetime.timedelta values. (Bug 1527801)Fix connect_timeout documentation bug. (Bug 1523883)------------------------------------------------------------------------r447 | adustman | 2006-04-08 22:37:18 -0500 (Sat, 08 Apr 2006) | 2 linesRename CHANGES to HISTORY------------------------------------------------------------------------r446 | adustman | 2006-04-08 22:36:29 -0500 (Sat, 08 Apr 2006) | 2 linesFix MANIFEST (well, fixed after the NEXT commit)------------------------------------------------------------------------r445 | adustman | 2006-04-08 22:29:59 -0500 (Sat, 08 Apr 2006) | 2 linesUpdate CHANGES file------------------------------------------------------------------------r444 | adustman | 2006-04-08 22:25:04 -0500 (Sat, 08 Apr 2006) | 2 linesBump version. Disable leak checking by default.------------------------------------------------------------------------r443 | adustman | 2006-04-08 21:56:39 -0500 (Sat, 08 Apr 2006) | 3 linesFallback to non-thread-safe libraries if the thread-safe onesare unavailable.------------------------------------------------------------------------r440 | adustman | 2006-04-05 12:56:36 -0500 (Wed, 05 Apr 2006) | 3 linesRemove conditionals for registering server_start and server_end.Not needed since the code itself is conditional on client version.------------------------------------------------------------------------r439 | adustman | 2006-04-04 10:04:20 -0500 (Tue, 04 Apr 2006) | 7 linesraise NotSupportedError instead of non-existent UnsupportedErrorconnection.set_character_set() now avoids raising an exceptionif the current character set is already correct, regardless ofMySQL version.------------------------------------------------------------------------r433 | adustman | 2006-04-02 12:45:58 -0500 (Sun, 02 Apr 2006) | 2 lines1.2.1------------------------------------------------------------------------r432 | adustman | 2006-04-02 12:15:48 -0500 (Sun, 02 Apr 2006) | 2 linesRename branch------------------------------------------------------------------------r423 | adustman | 2006-03-28 06:59:24 -0600 (Tue, 28 Mar 2006) | 2 linesFix leak test for subclassing------------------------------------------------------------------------r422 | adustman | 2006-03-27 23:03:35 -0600 (Mon, 27 Mar 2006) | 6 linesFix some inconsistent spacing.Try to fix some memory leaks. I think cursors don't leak any morebut I've had no luck with connections. If you close your connectionsyou should be fine, even if you don't close your cursors.------------------------------------------------------------------------r421 | adustman | 2006-03-05 23:33:01 -0600 (Sun, 05 Mar 2006) | 2 linesAdded documentation for sql_mode support.------------------------------------------------------------------------r420 | adustman | 2006-03-05 23:28:05 -0600 (Sun, 05 Mar 2006) | 11 linesAdded a bunch of new error codes to MySQLdb.constants.ER (complete forMySQL-5.0).Mapped some new error codes to DataError, which has always existed,but never had anything mapped to it.Cleaned set_character_set() a bit.Added new connection option sql_mode and correspond set_sql_mode()method.------------------------------------------------------------------------r418 | adustman | 2006-03-04 22:59:14 -0600 (Sat, 04 Mar 2006) | 13 linesBump metadata version.Clean up setup.cfg so it doesn't break RPM builds on files whichare no longer included.Add a test case for warnings for column truncation.Clean up warnings; was working around the introduced bug thatreturned (var)char columns with binary collations as array.Exposed the column flags (values from constants.FLAG) asdescription_flags on the cursor.------------------------------------------------------------------------r417 | adustman | 2006-03-04 17:27:24 -0600 (Sat, 04 Mar 2006) | 12 linesReverted patch #1387290. It caused char/varchar columns with a binarycollation to return array('c', ...), which should only be returned foractual BLOB columns.Figured out how to fix loading SET columns. Bug #1214916.Cleaned up the SET test.Removed *.html and *.css files from MANIFEST; their presence (or lackthereof since they are no longer being packaged) caused RPM builds tofail, and possibly others.------------------------------------------------------------------------r415 | adustman | 2006-03-02 22:09:21 -0600 (Thu, 02 Mar 2006) | 10 lines* Added set_character_set(charset) method to database connections* Added get_character_set_info() method to database connections* Added charset option to database connections* Updated docs, added FAQ* 1.2.1c6------------------------------------------------------------------------r413 | adustman | 2006-03-01 22:19:32 -0600 (Wed, 01 Mar 2006) | 9 lines* Add metadata.cfg and site.cfg to MANIFEST.in so they get packaged* Remove version_info from metadata before calling setup() to avoid  complaints* Fix cursor.callproc() as good as can be fixed.* Improve/fix various tests for stored procedures.------------------------------------------------------------------------r412 | adustman | 2006-02-28 11:50:22 -0600 (Tue, 28 Feb 2006) | 2 linesFix classifiers and package file handling------------------------------------------------------------------------r411 | adustman | 2006-02-28 11:36:32 -0600 (Tue, 28 Feb 2006) | 2 linesFix distribution naming------------------------------------------------------------------------r410 | adustman | 2006-02-28 11:16:50 -0600 (Tue, 28 Feb 2006) | 2 linesDerive all version information from metadata.cfg------------------------------------------------------------------------r409 | adustman | 2006-02-28 10:34:16 -0600 (Tue, 28 Feb 2006) | 2 linesFix embedded build------------------------------------------------------------------------r408 | adustman | 2006-02-27 22:19:27 -0600 (Mon, 27 Feb 2006) | 6 lines* Update README* Completely rewrite setup.py* Make pytimes the only time implementation, moved into times------------------------------------------------------------------------r407 | adustman | 2006-02-27 17:10:38 -0600 (Mon, 27 Feb 2006) | 4 linesPython Sets (from sets module) as parameters work, but *only* Setand not ImmutableSet. Still trying to get it to work on BaseSetso any subclasses will work.------------------------------------------------------------------------r406 | adustman | 2006-02-27 12:48:57 -0600 (Mon, 27 Feb 2006) | 3 linesFix client_flag fubar and add support for more detailed warninginformation available from MySQL-4.1 and newer server.------------------------------------------------------------------------r405 | adustman | 2006-02-27 12:39:53 -0600 (Mon, 27 Feb 2006) | 2 linesAdd sets module support and make boolean support non-optional------------------------------------------------------------------------r404 | adustman | 2006-02-27 11:19:40 -0600 (Mon, 27 Feb 2006) | 3 linesRemove sets module in favor of standard sets module (Python-2.3 andnewer)------------------------------------------------------------------------r403 | adustman | 2006-02-27 09:45:37 -0600 (Mon, 27 Feb 2006) | 3 linesRemove FIELD_TYPE.CHAR (deprecated) from STRING set since it conflictswith FIELD_TYPE.TINY (NUMBER).------------------------------------------------------------------------r402 | adustman | 2006-02-26 23:49:26 -0600 (Sun, 26 Feb 2006) | 2 linesFix fubared TimeDelta_or_None and Time_or_None------------------------------------------------------------------------r401 | adustman | 2006-02-26 23:37:22 -0600 (Sun, 26 Feb 2006) | 2 linesRemove erroneous insert_id() on cursor reference.------------------------------------------------------------------------r400 | adustman | 2006-02-26 23:31:14 -0600 (Sun, 26 Feb 2006) | 2 linesTranslate some additional error codes------------------------------------------------------------------------r399 | adustman | 2006-02-26 22:48:02 -0600 (Sun, 26 Feb 2006) | 2 linesDocumentation is good. Correct documentation is better.------------------------------------------------------------------------r398 | adustman | 2006-02-26 22:20:48 -0600 (Sun, 26 Feb 2006) | 4 linesEnable MULTI_STATEMENTS if the client library is 4.1 or newer.Enable MULTI_RESULTS if the client library is 5.0 or newer.

⌨️ 快捷键说明

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