log MySQLdb/converters.py @ 66:5a7c30cd9de2 MySQLdb

age author description
Sun, 29 Mar 2009 16:26:30 +0000 adustman By exposing connection on result, decoders can be simplified: Only the field object is needed. Turned on leak testing and found a leak writing BLOBs. removed one of the old stubs in Cursor. MySQLdb
Sat, 28 Mar 2009 13:37:58 +0000 adustman Cursor MixIns: DEAD. More of the new type conversion scheme exposed. Two tests failing because encoding hasn't been finished yet. MySQLdb
Thu, 05 Mar 2009 02:40:50 +0000 adustman Fix #2663436: Character fields with a binary character set should be returned as str, else unicode. MySQLdb
Sat, 28 Feb 2009 04:06:44 +0000 adustman The pure Python SQL-to-Python conversion code. TODO: There should be a way to register plugins in the module and in the connection. MySQLdb
Sun, 22 Feb 2009 20:09:56 +0000 adustman set and frozenset always available in Python 2.4 and newer MySQLdb
Sun, 22 Feb 2009 20:07:15 +0000 adustman Fix docstring typo MySQLdb
Sun, 22 Feb 2009 20:03:48 +0000 adustman decimal module always available in Python 2.4 and newer MySQLdb