Mercurial > p > mysql-python > mysqldb-2
log src/results.c @ 72:c0c00294239b MySQLdb
age | author | description |
---|---|---|
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 |