log MySQLdb/converters.py @ 75:3b03cb566032 MySQLdb

age author description
Mon, 22 Feb 2010 03:56:44 +0000 adustman More serious restructuring and cleaning, especially in the handling MySQLdb
Sat, 20 Feb 2010 04:27:21 +0000 adustman This passes all test, yet is still broken and ugly in many ways. MySQLdb
Thu, 18 Feb 2010 23:47:51 +0000 adustman Check in some old changes MySQLdb
Mon, 30 Mar 2009 20:21:24 +0000 adustman Reimplement MySQL->Python type conversion in C; much simpler and easier to deal with now. Hey, all my tests pass, so I guess that means I need to write some more tests. MySQLdb
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