log src/results.c @ 85:c16ae20b964d default tip

age author description
Mon, 22 Feb 2010 03:56:44 +0000 adustman More serious restructuring and cleaning, especially in the handling MySQLdb
Fri, 19 Feb 2010 02:21:11 +0000 adustman Added a simple_fetch_row() to the result object that simply returns one row 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
Fri, 27 Feb 2009 19:14:09 +0000 kylev make things a little cleaner by moving to a src directory for the C code MySQLdb base _mysql_results.c@0293b7feecf5